myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Myserver-commit] [2729] Updated some old references


From: Giuseppe Scrivano
Subject: [Myserver-commit] [2729] Updated some old references
Date: Tue, 29 Jul 2008 19:33:14 +0000

Revision: 2729
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2729
Author:   gscrivano
Date:     2008-07-29 19:33:14 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
Updated some old references

Modified Paths:
--------------
    trunk/myserver/AUTHORS
    trunk/myserver/COPYING
    trunk/myserver/INSTALL
    trunk/myserver/NEWS
    trunk/myserver/binaries/NSIS installer script.nsi
    trunk/myserver/binaries/readme.txt
    trunk/myserver/documentation/english/texts/svnversion.htm

Modified: trunk/myserver/AUTHORS
===================================================================
--- trunk/myserver/AUTHORS      2008-07-28 20:16:36 UTC (rev 2728)
+++ trunk/myserver/AUTHORS      2008-07-29 19:33:14 UTC (rev 2729)
@@ -1,11 +1,11 @@
-         The MyServer Project Team
-===========================================
-+ Renato Nunes Bastos   <rnbastos>
-+ Georgy Berdyshev      <codingmaster>
-+ Russ Bohnhoff         <rustypaint>
-+ Alexandru Iancu            <andu77>
-+ Giuseppe Scrivano     <rocky_10_balboa>
-===========================================
+GNU MyServer
 
-For more information, please have a look at:
-       http://www.myserverproject.net
+People who contributed with code or documentation:
+==================================================
+Renato Nunes Bastos
+Georgy Berdyshev
+Russ Bohnhoff
+Alexandru Iancu
+Giuseppe Scrivano
+
+

Modified: trunk/myserver/COPYING
===================================================================
--- trunk/myserver/COPYING      2008-07-28 20:16:36 UTC (rev 2728)
+++ trunk/myserver/COPYING      2008-07-29 19:33:14 UTC (rev 2729)
@@ -1,4 +1,4 @@
-MyServer is released under the terms of the GNU General Public License (GPL)
+GNU MyServer is released under the terms of the GNU General Public License 
(GPL)
 with the additional exception that compiling, linking, and using OpenSSL is 
allowed.
 
 If you modify this program, or any covered work, by linking or

Modified: trunk/myserver/INSTALL
===================================================================
--- trunk/myserver/INSTALL      2008-07-28 20:16:36 UTC (rev 2728)
+++ trunk/myserver/INSTALL      2008-07-29 19:33:14 UTC (rev 2729)
@@ -1,20 +1,24 @@
-                     MyServer
+                     GNU MyServer
 
 I. Compiling from Source
 
 MyServer can be compiled from source with:
+
 ./configure
+
 You can pass special environment and specific options 
 to configure.  To view them type "./configure --help" 
 instead.
 
 To compile the sources type:
+
 make
 
 Finally to install the sources type:
+
 make install (as root user)
 
 II. Binary Version
 
 Binary versions can be always downloaded from:
-http://www.sourceforge.net/projects/myserver
+http://savannah.gnu.org/projects/myserver/
\ No newline at end of file

Modified: trunk/myserver/NEWS
===================================================================
--- trunk/myserver/NEWS 2008-07-28 20:16:36 UTC (rev 2728)
+++ trunk/myserver/NEWS 2008-07-29 19:33:14 UTC (rev 2729)
@@ -1 +1 @@
-See at the http://www.myserverproject.net site.
+Use the http://savannah.gnu.org/news/atom.php?group=myserver RSS feed 
aggregator.

Modified: trunk/myserver/binaries/NSIS installer script.nsi
===================================================================
--- trunk/myserver/binaries/NSIS installer script.nsi   2008-07-28 20:16:36 UTC 
(rev 2728)
+++ trunk/myserver/binaries/NSIS installer script.nsi   2008-07-29 19:33:14 UTC 
(rev 2729)
@@ -1,6 +1,5 @@
 ;NSIS Installation script for MyServer
 
-
 !include "MUI2.nsh"
 
 SetCompressor /SOLID lzma
@@ -39,11 +38,8 @@
 !define MUI_WELCOMEFINISHPAGE_BITMAP "wizard.bmp"
 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "uninstall.bmp"
 
-
 !define MUI_ABORTWARNING
 
-
-
 Var STARTMENU_FOLDER
 
 ; !define SF_RO         16
@@ -56,7 +52,6 @@
 
 InstallDirRegKey HKLM "Software\MyServer" ""
 
-
 ; Install
 !insertmacro MUI_PAGE_WELCOME
 !insertmacro MUI_PAGE_LICENSE $(MUILicense)
@@ -71,9 +66,7 @@
 !insertmacro MUI_UNPAGE_CONFIRM
 !insertmacro MUI_UNPAGE_INSTFILES
 !insertmacro MUI_UNPAGE_FINISH
-  
 
-
 ; Available Languages
 !insertmacro MUI_LANGUAGE "English"         ;DEFAULT LANGUAGE
 !insertmacro MUI_LANGUAGE "Afrikaans"
@@ -190,14 +183,9 @@
 LicenseLangString MUILicense ${LANG_UZBEK} "license.txt"
 LicenseLangString MUILicense ${LANG_WELSH} "license.txt"
 
-
-
 ; reserves the files: speeds up installer
 !insertmacro MUI_RESERVEFILE_LANGDLL
-  
 
-
-
 Section "MyServer core" SecCore
 
   SetOutPath $INSTDIR
@@ -341,7 +329,6 @@
 Function .onInit
 
 
-
 ; Fade in the splash image
 InitPluginsDir
 
@@ -367,9 +354,6 @@
 FunctionEnd
 
 
-
-
-
 ; MyServer Uninstaller
 
 Section "Uninstall"
@@ -414,12 +398,9 @@
 
 DeleteRegKey HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\MyServer"
 
-
 SectionEnd
 
 
-
-
 ; Uninstaller Functions
 
 ;Function un.onInit
@@ -427,4 +408,3 @@
 ;  !insertmacro MUI_UNGETLANGUAGE
   
 ;FunctionEnd
-

Modified: trunk/myserver/binaries/readme.txt
===================================================================
--- trunk/myserver/binaries/readme.txt  2008-07-28 20:16:36 UTC (rev 2728)
+++ trunk/myserver/binaries/readme.txt  2008-07-29 19:33:14 UTC (rev 2729)
@@ -21,20 +21,8 @@
 For more information, please visit:
 http://www.gnu.org/software/myserver/
 
-We do not receive any reward for our work, so if you find this software
-interesting and you want to contribute to its development please go to the
-donation page:
-http://www.myserverproject.net/donation.php
-
 If you are a developer, MyServer needs your help, contact the project
-administrator if you are interested to work on this project, go to the TODO
-list for an indicative features list to implement.
-http://www.myserverproject.net/todo.php
+administrator if you are interested to work on this project, look at the TODO
+file for an indicative features list to implement.
 
-If you have any questions about MyServer please use the forum, we will try to
-help you:
-http://www.myserverproject.net
-
-
 We hope that you find this software useful.
-The MyServer team

Modified: trunk/myserver/documentation/english/texts/svnversion.htm
===================================================================
--- trunk/myserver/documentation/english/texts/svnversion.htm   2008-07-28 
20:16:36 UTC (rev 2728)
+++ trunk/myserver/documentation/english/texts/svnversion.htm   2008-07-29 
19:33:14 UTC (rev 2729)
@@ -27,7 +27,7 @@
 the client from the command line:
 <div> </div>
 <br><br>1.&nbsp; The first time that you copy the svn repository content 
type:<br><br>
-<span class="code">svn co 
https://myserver.svn.sourceforge.net/svnroot/myserver/trunk/myserver 
myserver</span>
+<span class="code">svn co 
svn://svn.savannah.gnu.org/project/myserver/trunk/myserver myserver</span>
 
 <br><br>2. If you want to update your files simply type inside the myserver 
directory:<br><br>
 <span class="code">svn update</span>
@@ -38,7 +38,7 @@
 the client from the command line:
 <div> </div>
 <br><br>1.&nbsp; The first time that you copy the svn repository content 
type:<br><br>
-<span class="code">svn co 
https://myserver.svn.sourceforge.net/svnroot/myserver/trunk/documentation 
documentation</span>
+<span class="code">svn co 
svn://svn.savannah.gnu.org/project/myserver/trunk/documentation 
documentation</span>
 
 <br><br>2. If you want to update your files simply type inside the 
documentation directory:<br><br>
 <span class="code">svn update</span>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]