|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[gatewiki-commits] SF.net SVN: gatewiki:[1762] trunk/cow/docRevision: 1762
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1762&view=rev Author: hcunningham Date: 2009-10-27 14:59:46 +0000 (Tue, 27 Oct 2009) Log Message: ----------- typo; backlogged a couple of items re. security on g8rs for ian Modified Paths: -------------- trunk/cow/doc/cow-backlog.html trunk/cow/doc/cow-backlog.yam trunk/cow/doc/gatewiki.html trunk/cow/doc/gatewiki.yam Modified: trunk/cow/doc/cow-backlog.html =================================================================== --- trunk/cow/doc/cow-backlog.html 2009-10-27 13:15:14 UTC (rev 1761) +++ trunk/cow/doc/cow-backlog.html 2009-10-27 14:59:46 UTC (rev 1762) @@ -86,9 +86,11 @@ <ul> <li>g8rs.net <ul> - <li>ge1/2 cross-snapshots (inc. /etc and /home) into /data/backup</li> - <li>set up gate account like hamish account and just use that</li> + <li>ge1/2 cross-snapshots (inc. /etc and /home) into /home/backup</li> <li>stop running on 8080</li> + <li>run deny-hosts [IR]</li> + <li>get cron to publish security-related log reports somewhere (in the wiki + space?) [IR]</li> </ul></li> <li>turn of the DB realm log messages</li> <li>externals in gau-main-tree for sale, gate etc.</li> Modified: trunk/cow/doc/cow-backlog.yam =================================================================== --- trunk/cow/doc/cow-backlog.yam 2009-10-27 13:15:14 UTC (rev 1761) +++ trunk/cow/doc/cow-backlog.yam 2009-10-27 14:59:46 UTC (rev 1762) @@ -24,9 +24,11 @@ - upload of an empty file fails without a message - GAU - g8rs.net - - ge1/2 cross-snapshots (inc. /etc and /home) into /data/backup - - set up gate account like hamish account and just use that + - ge1/2 cross-snapshots (inc. /etc and /home) into /home/backup - stop running on 8080 + - run deny-hosts [IR] + - get cron to publish security-related log reports somewhere (in the wiki + space?) [IR] - turn of the DB realm log messages - externals in gau-main-tree for sale, gate etc. - migration: set up duplicate of existing apache server first then do janet Modified: trunk/cow/doc/gatewiki.html =================================================================== --- trunk/cow/doc/gatewiki.html 2009-10-27 13:15:14 UTC (rev 1761) +++ trunk/cow/doc/gatewiki.html 2009-10-27 14:59:46 UTC (rev 1762) @@ -564,7 +564,7 @@ <tr><td> Title </td><td> First paragraph of the file. </td></tr> <tr><td> Single-line comment / notes </td><td> <span class="cow-escape">%</span><span class="cow-escape">%</span> ... </td></tr> <tr><td> Multi-line comment / notes </td><td> %<span class="cow-escape">/</span><span class="cow-escape">*</span> ... %<span class="cow-escape">*</span>/ </td></tr> -<tr><td> Headings </td><td> <span class="cow-escape">%</span>1,­<span class="cow-escape">%</span>2,­etc.; <span class="cow-escape">%</span>1<span class="cow-escape">*</span> is unnumbered; follow with blank line </td></tr> +<tr><td> Headings </td><td> <span class="cow-escape">%</span>1,<span class="cow-escape">%</span>2,etc.; <span class="cow-escape">%</span>1<span class="cow-escape">*</span> is unnumbered; follow with blank line </td></tr> <tr><td> Bold, italic, teletype, underlined </td><td> <span class="cow-escape">*</span>...<span class="cow-escape">*</span>, <span class="cow-escape">_</span>...<span class="cow-escape">_</span>, <span class="cow-escape">^</span>...<span class="cow-escape">^</span>, <span class="cow-escape">_</span><span class="cow-escape">_</span>...<span class="cow-escape">_</span><span class="cow-escape">_</span> </td></tr> <tr><td> Contents </td><td> <span class="cow-escape">%</span>contents </td></tr> <tr><td> Horizontal lines </td><td> <span class="cow-escape">-</span>-- </td></tr> @@ -1459,7 +1459,7 @@ </ul> <p>The following set of steps details a reasonably minimal recipe for deployment -and upgrade of production servers. It uses <a class="cow-url" href="http://g8rs.net. G8RS.net">http://g8rs.net. G8RS.net</a> +and upgrade of production servers. It uses <a class="cow-url" href="http://g8rs.net/">G8RS.net</a> (the GATE team's site for internal use) as an example. These instructions were written for GATEWiki 0.9 running on Grails 1.1.1 on Ubuntu Hardy and Apache 2.</p> @@ -2970,12 +2970,12 @@ <p><a name="extending-yam"></a></p><a class="cow-section-anchor" name="section-4.17."/><h2 class="cow-heading"><span class="cow-sec-number">4.17. </span>Extending YAM with Plugins</h2> <p>YAM has a plugin mechanism that involves writing a Java (or Groovy) class that -implements <a class="cow-non-existant-url" href="api/javadoc/index.html?gate/yam/YamPlugin.html?m=1">the YamPlugin +implements <a class="cow-url" href="api/javadoc/index.html?gate/yam/YamPlugin.html">the YamPlugin interface</a>. Drop this class (which must be in the package <tt>gate.yam.plugins</tt> into the classpath of the application hosting the YAM translator (e.g. GATEWiki) and then you can make calls as described in the YAM documentation.</p> -<p>See e.g. <a class="cow-non-existant-url" href="api/javadoc/index.html?src-html/gate/yam/plugins/Twitter.html?m=1">the +<p>See e.g. <a class="cow-url" href="api/javadoc/index.html?src-html/gate/yam/plugins/Twitter.html">the implementation of the Twitter plugin</a> for inspiration.</p> <p>One of the things this is useful for is dropping snippets of HTML into YAM Modified: trunk/cow/doc/gatewiki.yam =================================================================== --- trunk/cow/doc/gatewiki.yam 2009-10-27 13:15:14 UTC (rev 1761) +++ trunk/cow/doc/gatewiki.yam 2009-10-27 14:59:46 UTC (rev 1762) @@ -818,7 +818,7 @@ - a startup script derived from cow-init.sh and linked into init.d The following set of steps details a reasonably minimal recipe for deployment -and upgrade of production servers. It uses %(http://g8rs.net. G8RS.net) +and upgrade of production servers. It uses %(http://g8rs.net/, G8RS.net) (the GATE team's site for internal use) as an example. These instructions were written for GATEWiki 0.9 running on Grails 1.1.1 on Ubuntu Hardy and Apache 2. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ gatewiki-commits mailing list gatewiki-commits@... https://lists.sourceforge.net/lists/listinfo/gatewiki-commits |
| Free embeddable forum powered by Nabble | Forum Help |