Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: dev-webspace.xml
Date: Wed, 28 Apr 2010 18:32:08
Message-Id: 20100428183149.66FB42C069@corvid.gentoo.org
1 nightmorph 10/04/28 18:31:49
2
3 Modified: dev-webspace.xml
4 Log:
5 removed dead links to gorg site, bug 317609
6
7 Revision Changes Path
8 1.12 xml/htdocs/proj/en/infrastructure/dev-webspace.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?r1=1.11&r2=1.12
13
14 Index: dev-webspace.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- dev-webspace.xml 25 Feb 2010 08:48:56 -0000 1.11
21 +++ dev-webspace.xml 28 Apr 2010 18:31:48 -0000 1.12
22 @@ -1,7 +1,10 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<guide link="dev-webspace.xml">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml,v 1.12 2010/04/28 18:31:48 nightmorph Exp $ -->
27 +
28 +<guide>
29 <title>Web Space Configuration for dev.gentoo.org</title>
30 +
31 <author title="Author">
32 <mail link="jforman@g.o">Jeffrey Forman</mail>
33 </author>
34 @@ -14,8 +17,8 @@
35 webspace on our dev cluster.
36 </abstract>
37
38 -<version>1.4</version>
39 -<date>2010-02-25</date>
40 +<version>1.5</version>
41 +<date>2010-04-28</date>
42
43 <chapter>
44 <title>Developer Web Space</title>
45 @@ -24,13 +27,13 @@
46 <body>
47
48 <p>
49 -Within your devspace on woodpecker (dev.gentoo.org) you may create a <path>public_html</path>
50 -directory accessible at: <path>http://dev.gentoo.org/~username</path>.
51 -You may store any Gentoo related files in this space such as project
52 -documentation, ebuilds/packages you are testing, etc... Please note that you
53 -should not store distfiles for public distribution in this space only for
54 -distribution to other developers/testers. Packages for public distribution
55 -should be put on the distfiles mirror.
56 +Within your devspace on woodpecker (dev.gentoo.org) you may create a
57 +<path>public_html</path> directory accessible at:
58 +<path>http://dev.gentoo.org/~username</path>. You may store any Gentoo related
59 +files in this space such as project documentation, ebuilds/packages you are
60 +testing, etc... Please note that you should not store distfiles for public
61 +distribution in this space only for distribution to other developers/testers.
62 +Packages for public distribution should be put on the distfiles mirror.
63 </p>
64
65 <p>
66 @@ -60,8 +63,8 @@
67 <body>
68
69 <p>
70 -If your recruiter didn't set up the public_html directory for you go ahead and
71 -do it yourself like this:
72 +If your recruiter didn't set up the <path>public_html</path> directory for you
73 +go ahead and do it yourself like this:
74 </p>
75
76 <pre caption="Create public_html">
77 @@ -77,7 +80,7 @@
78 <p>
79 The Infrastructure Project does not make backups of developer files. You are
80 responsible for making backups of any and all files contained in your developer
81 -space. I suggest creating a mirror on your local box: ~/devspace.
82 +space. I suggest creating a mirror on your local box: <path>~/devspace</path>.
83 </p>
84
85 <p>
86 @@ -86,12 +89,12 @@
87
88 <pre caption="Secure Copy with scp">
89 username@homebox devspace$ <i>scp index.htm $USERNAME@××××××××××.org:~/public_html</i>
90 -Enter passphrase for key '/home/$USERNAME/.ssh/id_rsa':<comment>(Enter you passphrase)</comment>
91 +Enter passphrase for key '/home/$USERNAME/.ssh/id_rsa': <comment>(Enter yoru passphrase)</comment>
92 </pre>
93
94 <pre caption="Secure Copy with rsync">
95 -rsync -ruav -e ssh ~/devspace $USER@××××××××××.org:~/
96 -Enter passphrase for key '/home/$USERNAME/.ssh/id_rsa':<comment>(Enter you passphrase)</comment>
97 +$ <i>rsync -ruav -e ssh ~/devspace $USER@××××××××××.org:~/</i>
98 +Enter passphrase for key '/home/$USERNAME/.ssh/id_rsa': <comment>(Enter your passphrase)</comment>
99 </pre>
100
101 </body>
102 @@ -101,20 +104,22 @@
103 <body>
104
105 <p>
106 -dev.gentoo.org has HTML, SHTML, XML and PHP available for you to write your web pages.
107 +dev.gentoo.org has HTML, SHTML, XML and PHP available for you to write your web
108 +pages.
109 </p>
110
111 <p>
112 -XML uses the same XSL and <uri link="http://gentoo.neysx.org/mystuff/gorg/gorg.xml">gorg</uri>
113 -from www.gentoo.org. This allows you to write your documentation
114 -in the official <uri link="/doc/en/xml-guide.xml">guideXML specification</uri> for
115 -inclusion on the www.gentoo.org website. All documents on the official website are
116 -in this format.
117 +XML uses the same XSL and <c>www-servers/gorg</c> from www.gentoo.org. This
118 +allows you to write your documentation in the official <uri
119 +link="/doc/en/xml-guide.xml">guideXML specification</uri> for inclusion on the
120 +www.gentoo.org website. All documents on the official website are in this
121 +format.
122 </p>
123
124 <note>
125 -To remove gorg as the .xml handler add the following to your .htaccess file in your
126 -public_html directory: <c>RemoveHandler .xml</c>
127 +To remove <c>gorg</c> as the <path>.xml</path> handler add the following to your
128 +<path>.htaccess</path> file in your <path>public_html</path> directory:
129 +<c>RemoveHandler .xml</c>
130 </note>
131
132 </body>
133 @@ -126,7 +131,6 @@
134 <ul>
135 <li><uri>http://www.openssh.com</uri></li>
136 <li><uri>http://samba.anu.edu.au/rsync/</uri></li>
137 - <li><uri>http://gentoo.neysx.org/mystuff/gorg/gorg.xml</uri></li>
138 <li><uri>http://www.gentoo.org/doc/en/xml-guide.xml</uri></li>
139 <li><uri>http://httpd.apache.org/docs/2.0/howto/htaccess.html</uri></li>
140 </ul>