Re: [Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2006-10-30 Thread Wendy Smoak

On 10/29/06, Apache Wiki <[EMAIL PROTECTED]> wrote:


+  * Add a line with 'umask 002' to both ~/.bash_profile and ~/.bashrc .  The 
former is used when you log in, the latter for remote ssh commands (such as 
when publishing the site with Maven.)  This will make the files group 
writeable, so that other people in the 'struts' group can update them.


Unfortunately, this doesn't work.  If the file isn't group writeable
locally, it will never be group writeable when you upload it.

Oh, well.  Back to
  ssh people.apache.org 'chmod -Rf g+w /path/to/whatever/I/uploaded'
every time.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2006-08-07 Thread Wendy Smoak

On 8/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote:

Is there anyone that can figure out how to remove me from all wiki updated
emails? I've logged in with my username and password and have nothing set to
receive updates, yet I still received them all. Any help greatly
appreciated.


Several months ago we split the dev list into dev@, issues@ and
[EMAIL PROTECTED]  If you unsubscribe from the commits -at- struts.apache.org
list, you will stop getting the svn diffs and wiki update emails.

  http://struts.apache.org/mail-lists.html

Let us know if that doesn't work.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2006-08-07 Thread James Mitchell

http://shale.apache.org/mail-lists.html

Unsubscribe from Shale issues.  Also, if you are on a ticket, you'll  
be CC'd on updates (which is annoying too ;)



--
James Mitchell
678.910.8017




On Aug 7, 2006, at 8:15 PM, Rick Reumann wrote:

Is there anyone that can figure out how to remove me from all wiki  
updated
emails? I've logged in with my username and password and have  
nothing set to

receive updates, yet I still received them all. Any help greatly
appreciated.

On 8/7/06, Apache Wiki <[EMAIL PROTECTED]> wrote:


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts  
Wiki" for

change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite


- 
-


  === Edit ===
   * Edit the src/site/site.xml and src/site/xdoc/*.xml files.
-  * Execute 'mvn site' from the top level of the project, for  
example:

'struts/current/action'
+  * Execute 'mvn site' from the top level of the project, for  
example:

'struts/current/struts1'

  === Preview ===
-  * To start Jetty and preview pages while you're editing:  'mvn
site:run' and browse http://localhost:8080
+  * To start Jetty and preview pages while you're editing:
+   * Temporarily change the maven-site-plugin version to 2.0- 
beta-5 or

2.0-SNAPSHOT
+   * 'mvn site:run' and browse http://localhost:8080
   * To build the site locally: 'mvn site:stage
-DstagingDirectory=/path/to/tempdir'
   * Or point your browser at target/site/index.html (but be aware  
that

relative links to modules won't work)

  === Deploy ===

+  * To deploy: mvn site:deploy
+   * Make sure you're using maven-site-plugin 2.0-beta-4
-  * To deploy: mvn site:deploy  (See the Suggested Settings  
section on

StrutsMaintenanceMaven to avoid repeated password prompts)
+   * (See the Suggested Settings section on  
StrutsMaintenanceMaven to

avoid repeated password prompts)

  Or





--
Rick



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2006-08-07 Thread Rick Reumann

Is there anyone that can figure out how to remove me from all wiki updated
emails? I've logged in with my username and password and have nothing set to
receive updates, yet I still received them all. Any help greatly
appreciated.

On 8/7/06, Apache Wiki <[EMAIL PROTECTED]> wrote:


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for
change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite


--

  === Edit ===
   * Edit the src/site/site.xml and src/site/xdoc/*.xml files.
-  * Execute 'mvn site' from the top level of the project, for example:
'struts/current/action'
+  * Execute 'mvn site' from the top level of the project, for example:
'struts/current/struts1'

  === Preview ===
-  * To start Jetty and preview pages while you're editing:  'mvn
site:run' and browse http://localhost:8080
+  * To start Jetty and preview pages while you're editing:
+   * Temporarily change the maven-site-plugin version to 2.0-beta-5 or
2.0-SNAPSHOT
+   * 'mvn site:run' and browse http://localhost:8080
   * To build the site locally: 'mvn site:stage
-DstagingDirectory=/path/to/tempdir'
   * Or point your browser at target/site/index.html (but be aware that
relative links to modules won't work)

  === Deploy ===

+  * To deploy: mvn site:deploy
+   * Make sure you're using maven-site-plugin 2.0-beta-4
-  * To deploy: mvn site:deploy  (See the Suggested Settings section on
StrutsMaintenanceMaven to avoid repeated password prompts)
+   * (See the Suggested Settings section on StrutsMaintenanceMaven to
avoid repeated password prompts)

  Or





--
Rick


[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2006-05-03 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

--
- After the subproject reorganization:
+ === Edit ===
+  * Edit the src/site/site.xml and src/site/xdoc/*.xml files. 
+  * Execute 'mvn site' from the top level of the project, for example: 
'struts/current/action'
  
-  * Edit the xdocs/*.xml files. 
-  * Run 'maven multiproject:site' from the 'site' subproject (NOT from 'build')
+ === Preview ===
+  * To preview the site locally: 'mvn site:run'  (?? Might not work yet, or 
might require a snapshot of maven-site-plugin)
+  * Or point your browser at target/site/index.html (but be aware that 
relative links to modules won't work)
+ 
+ === Deploy ===
+ 
+  * To deploy: mvn site:deploy  (See the Suggested Settings section on 
StrutsMaintenanceMaven to avoid repeated password prompts)
+ 
+ Or
+ 
-  * From the command line, change to the site/target/docs directory 
+  * From the command line, change to the site/target/site directory 
   * scp the website files to people.apache.org. 
* Using PuTTY, the command is: pscp -r *.* [EMAIL 
PROTECTED]:/www/struts.apache.org
* Using Cygwin, the command is: scp -r * [EMAIL 
PROTECTED]:/www/struts.apache.org
-  * After an hour, the copy on people will propogate to the main website. (So 
test your local copy first!) 
  
   * You can update the site for a single sub-project by using the correct 
destination path.  For example:
{{{
- /svn/struts/current/tiles
+ /svn/struts/current/action/tiles
  $ maven clean site
  ...
- $ scp -r target/docs/* [EMAIL PROTECTED]:/www/struts.apache.org/struts-tiles
+ $ scp -r target/site/* [EMAIL PROTECTED]:/www/struts.apache.org/struts-tiles
}}}
  
+ After you deploy the site, check the permissions!
  
+ === Permissions ===
- (See also:  'maven site:deploy' on 
http://maven.apache.org/maven-1.x/reference/plugins/site/)
- 
- Note: 
  
   * Everyone should ssh to people.apache.org and set your umask to 002 ($ 
umask 002). This will mark the files so that other people in the Struts group 
can update them. 
   * If the permissions are not set correctly, you can fix it with: $ chmod -R 
g+w .

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2005-11-14 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

The comment on the change is:
DTD documentation

--
   * If you run the chmod, and there are error messages, it's because someone 
else needs to do the same. 
   * You can check the permissions with: $ ls -ol 
  
+ === DTD ===
+ 
+  * The DTDs are available at http://struts.apache.org/dtds
+  * The source files are in the repository under the various sub-projects, and 
are not stored under site/xdocs/dtds
+  * In some cases, the filename in the repository differs from the filename on 
the website
+ 
+  LiveDTD 
+   * DTD docs produced with [http://www.sagehill.net/livedtd/ LiveDTD] have 
been published
+* http://struts.apache.org/dtds/shale-clay-config/1_0/
+* http://struts.apache.org/dtds/shale-dialog-config/1_0/
+* http://struts.apache.org/dtds/struts-config/1_3/
+* http://struts.apache.org/dtds/tiles-config/1_3/
+   * See [http://www.nabble.com/Live-DTDs-t553086.html this thread] for a 
discussion
+   * To update this documentation
+* [http://www.sagehill.net/livedtd/download.html Download LiveDTD] and 
extract it
+* Use the following commands to create and publish the LiveDTD 
documentation:
+{{{ 
+ wget http://struts.apache.org/dtds/struts-config_1_3.dtd
+ 
+ perl /path/to/livedtd/livedtd.pl --outdir dtds/struts-config/1_3 
struts-config_1_3.dtd
+ 
+ scp -r dtds/* [EMAIL PROTECTED]:/www/struts.apache.org/dtds
+}}}
+ 
+  DTDDoc 
+   * [TODO] Investigate [http://dtddoc.sourceforge.net/index.html DTDDoc]
+ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2005-10-30 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

The comment on the change is:
More info on publishing the site

--
   * Edit the xdocs/*.xml files. 
   * Run 'maven multiproject:site' from the 'site' subproject (NOT from 'build')
   * From the command line, change to the site/target/docs directory 
+  * scp the website files to people.apache.org. 
-  * scp the website files to people.apache.org. Using PuTTY, the command is: 
pscp -r *.* [EMAIL PROTECTED]:/www/struts.apache.org
+   * Using PuTTY, the command is: pscp -r *.* [EMAIL 
PROTECTED]:/www/struts.apache.org
+   * Using Cygwin, the command is: scp -r * [EMAIL 
PROTECTED]:/www/struts.apache.org
   * After an hour, the copy on people will propogate to the main website. (So 
test your local copy first!) 
+ 
+  * You can update the site for a single sub-project by using the correct 
destination path.  For example:
+   {{{
+ /svn/struts/current/tiles
+ $ maven clean site
+ ...
+ $ scp -r target/docs/* [EMAIL PROTECTED]:/www/struts.apache.org/struts-tiles
+   }}}
+ 
+ 
+ (See also:  'maven site:deploy' on 
http://maven.apache.org/maven-1.x/reference/plugins/site/)
  
  Note: 
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Struts Wiki] Update of "StrutsMaintenanceWebsite" by WendySmoak

2005-08-21 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

The comment on the change is:
Update instructions for building the site

--
- This is liable to change during the subproject reoganization, but as of right 
now: 
+ After the subproject reorganization:
  
-  * Edit the doc/*.xml files. 
+  * Edit the xdocs/*.xml files. 
-  * Run Ant on the build-site.xml file (ant -f=build-site.xml)
+  * Run 'maven multiproject:site' from the 'site' subproject (NOT from 'build')
-  * From the command line, change to the target/documentation directory 
+  * From the command line, change to the site/target/docs directory 
   * scp the website files to people.apache.org. Using PuTTY, the command is: 
pscp -R *.* [EMAIL PROTECTED]:/www/struts.apache.org
   * After a few hours, the copy on people will propogate to the main website. 
(So test your local copy first!) 
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]