The branch, master has been updated
       via  81c231d revamp TODO page to point correctly to the wiki
      from  27f2921 Add wiki-roadmap page to the releases box.

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 81c231df589ecf2a979bb33be1973df1fcb1bf5d
Author: Andrew Bartlett <abart...@samba.org>
Date:   Thu Jun 19 11:51:00 2014 +1200

    revamp TODO page to point correctly to the wiki

-----------------------------------------------------------------------

Summary of changes:
 devel/TODO.html  |   37 ++++---------------------------------
 devel/index.html |    2 +-
 2 files changed, 5 insertions(+), 34 deletions(-)


Changeset truncated at 500 lines:

diff --git a/devel/TODO.html b/devel/TODO.html
index 574dfe4..95adc80 100755
--- a/devel/TODO.html
+++ b/devel/TODO.html
@@ -4,36 +4,19 @@
 
 <h2>Development List of Projects</h2>
 
-<p>Samba is developed by hard work from a world-wide team of volunteers.  This 
page provides a list of on-going projects within Samba development, and offers 
information about how to get involved.  Be sure to read the <a 
href="/samba/devel/">development page</a> regarding responsibly submitting 
patches.</p>  
+<p>Samba is developed by hard work from a world-wide team of volunteers.  <a 
href="https://wiki.samba.org/index.php/Roadmap";>the Samba Roadmap</a> provides 
a list of on-going projects within Samba development, and the <a 
href="https://wiki.samba.org/index.php/Contribute";>Contribute page</a> on the 
<a href="https://wiki.samba.org/index.php";>wiki</a> offers information about 
how to get involved.  Be sure to read the <a href="/samba/devel/">development 
page</a> regarding responsibly submitting patches.</p>  
 <br />
 
-<p>Most project ideas these days are listed on the Wiki pages for <a
-href="http://wiki.samba.org/index.php/Samba3";>Samba3</a> and <a
-href="http://wiki.samba.org/index.php/Samba4";>Samba4</a>.</p><br />
-
 <h3>Documentation</h3>
 
-  <ul>
-    <li>(Priority - CONTINUOUS, Status - ACTIVE) </li>
-  </ul>
-  
-<p>All manpages and a significant portion of the files in the textdocs/ 
directory have been converted to SGML/DocBook.  We have also worked on better 
support for non-English documentation and translations on existing docs.</p>
-
-<p>Contact <a href="mailto:j...@samba.org";>John</a> or <a 
href="mailto:jel...@samba.org";>Jelmer</a> if you would like to help out with 
the docs.</p>
-<br />
-
-<h3>Testing</h3>
+<p>The <a href="https://wiki.samba.org/index.php/User_Documentation";>User 
documentation</a> page on the <a href=https://wiki.samba.org/index.php>Samba 
wiki</a> is the primary place we develop new documentation.  Outside that, 
manpages are maintained in <a 
href="https://git.samba.org/?p=samba.git;a=tree;f=docs-xml;hb=HEAD";><stong>docs-xml/</strong>
 in the GIT tree<a> as SGML/DocBook. </p>
 
-<p>Samba 4.0 is currently under development (see the
-<a href="/samba/devel/">development page</a> for more detail on Samba Git
-branches).  The more testing that is done, the better the release will be.
-Everyone counts.  Be aware that this is alpha-release development code made 
available for testing purposes only (i.e. non-production systems).</p>
+<p>Contact <a href="mailto:samba-techni...@samba.org";>The Samba Technical 
mailing list</a> if you would like to help out with the docs.</p>
 <br />
 
-
 <h3>Coding Projects</h3>
 
-<p>All coding work needs to be coordinated with a <a href="/samba/team/">Samba 
Team member</a>, at the very least, on the <a 
href="https://lists.samba.org/listinfo/samba-technical";>samba-technical mailing 
list</a> or on the #samba-technical IRC channel (irc.freenode.net).  Don't just 
start coding and expect patches to automatically be integrated in.  Obviously, 
projects by specific team members -- winbind, for example -- need to be 
coordinated with those team members in charge.</p>
+<p>All coding work needs to be coordinated with a <a href="/samba/team/">Samba 
Team member</a>, at the very least, on the <a 
href="https://lists.samba.org/listinfo/samba-technical";>samba-technical mailing 
list</a> or on the #samba-technical IRC channel (irc.freenode.net).  Don't just 
start coding and expect patches to automatically be integrated in.  Obviously, 
projects by specific team members need to be coordinated with those team 
members in charge.</p>
 
 <p>For those without Git write access (non-team members), patches should be
 incremental and in the form of context diffs (attached diff -u output or better
@@ -43,16 +26,4 @@ git format-patch output).</p>
 
 <p>Anyone interested in actively participating in Samba development probably 
should also subscribe to the <a 
href="https://lists.samba.org/listinfo/samba-cvs";>samba-cvs mailing list</a> in 
order to follow Git commit log messages.</p>
 
-  <ul>
-    <li>(Priority - MEDIUM, Status - ACTIVE) Implement ACL support for 
currently unsupported platforms.</li>
-    <br />
-    <li>(Priority - MEDIUM, Status - ACTIVE) Implement QUOTA support for 
currently unsupported platforms.  And rework some quotasystems to the new 
sysquotas library.  Also implement some quotas as vfs modules (e.g. NFS).</li>
-    <br />
-  </ul>
-
-  <p>Also see the wiki article on
-  <a href="http://wiki.samba.org/index.php/ActiveProjects";>Active 
Projects</a>.</p>
-
-   <p>Also, Steve French maintains a cifs TODO list, which can be referenced 
<a 
href="http://cifs.bkbits.net:8080/linux-2.5cifs/anno/fs/cifs/TODO@1.14?nav=index.html|src/.|src/fs|src/fs/cifs">here</a>.</p>
 
-
 <!--#include virtual="/samba/footer.html" -->
diff --git a/devel/index.html b/devel/index.html
index 01a66c2..68bb8fd 100755
--- a/devel/index.html
+++ b/devel/index.html
@@ -90,7 +90,7 @@ Release Planning</a>.</p>
 <br />
 <h3>TODO List</h3>
 
-<p>Because Samba development is driven by volunteers and demand, the best way 
to help stabilize the next release and/or feature is to help out.  If you are 
interested in volunteering to help Samba development, go to the <a 
href="/samba/devel/TODO.html">TODO</a> page for a list of projects.</p>
+<p>Because Samba development is driven by volunteers and demand, the best way 
to help stabilize the next release and/or feature is to help out.  If you are 
interested in volunteering to help Samba development, go to the <a 
href="/samba/devel/TODO.html">TODO</a> page and look at our <a 
href="https://wiki.samba.org/index.php/Roadmap";>Roadmap</a> for a list of 
projects.</p>
 
 <p>Please coordinate all development efforts on the
 <a href="mailto:samba-techni...@samba.org";>samba-technical</a> mailing


-- 
Samba Website Repository

Reply via email to