Difference between revisions of "Technical Reference"
(Created page with '==Website Administration== We have currently registered three domains: * http://trenchwood.com/ * http://peachfrontier.com/ * http://etherealendways.com/ The contents of these…') |
|||
Line 1: | Line 1: | ||
==Website Administration== | ==Website Administration== | ||
− | We have currently registered | + | We have currently registered four domains: |
+ | * http://doctorwhen.com/ | ||
* http://trenchwood.com/ | * http://trenchwood.com/ | ||
* http://peachfrontier.com/ | * http://peachfrontier.com/ | ||
Line 13: | Line 14: | ||
svn://emagino.net/doctorwhen | svn://emagino.net/doctorwhen | ||
− | Anybody can read the contents of the repository, so don't share this with people outside of GC. However, only a few accounts have an ability to write to the repository, including whuang (Wei-Hwa), ubernaut (Ben), and wesley. "wesley" is a generic account and has the same password as access to this wiki. Use it if you really need to change something in a hurry, but if you anticipate actually doing substantial work, please ask Wei-Hwa to create an account for you (the password will be in plaintext, so don't use a secure one). | + | Anybody can read the contents of the repository, so don't share this with people outside of GC. However, only a few accounts have an ability to write to the repository, including whuang (Wei-Hwa), ubernaut (Ben), dgreenspan (David), andfurthermore (Dan), and wesley. "wesley" is a generic account and has the same password as access to this wiki. Use it if you really need to change something in a hurry, but if you anticipate actually doing substantial work, please ask Wei-Hwa to create an account for you (the password will be in plaintext, so don't use a secure one). |
So, to checkout your own copy, go to any directory on any machine where you can run subversion, and run | So, to checkout your own copy, go to any directory on any machine where you can run subversion, and run |
Revision as of 23:10, 6 October 2011
Website Administration
We have currently registered four domains:
The contents of these domains are being managed in a Subversion repository (here is a quick tutorial to get started).
The URL for the repository is:
svn://emagino.net/doctorwhen
Anybody can read the contents of the repository, so don't share this with people outside of GC. However, only a few accounts have an ability to write to the repository, including whuang (Wei-Hwa), ubernaut (Ben), dgreenspan (David), andfurthermore (Dan), and wesley. "wesley" is a generic account and has the same password as access to this wiki. Use it if you really need to change something in a hurry, but if you anticipate actually doing substantial work, please ask Wei-Hwa to create an account for you (the password will be in plaintext, so don't use a secure one).
So, to checkout your own copy, go to any directory on any machine where you can run subversion, and run
svn checkout svn://emagino.net/doctorwhen --username wesley
Make edits in your own place, and then use
svn commit
to commit your changes.
The live servers will reload from the repository every hour. Wei-Hwa can change this or manually reload if necessary.