bagder: curl-www/docs Makefile, 1.46, 1.47 _menu.html, 1.12, 1.13 _resources.html, 1.5, NONE

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv28008/docs

Modified Files:
	Makefile _menu.html 
Removed Files:
	_resources.html 
Log Message:
rearrange so that the rfc/ is now 'Specs' as found in the docs section


Index: _menu.html
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/_menu.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- _menu.html	8 Mar 2005 10:36:45 -0000	1.12
+++ _menu.html	11 Mar 2005 12:30:48 -0000	1.13
@@ -37,157 +37,157 @@
 #ifdef DOCS_INDEX
 HERE(x, Docs Index)
 #else
-DOCREF(./, Docs Index)
+DOCREF(/docs/, Docs Index)
 #endif
 
 #ifdef DOCS_CAEXTRACT
 HERE(x, CA Extract)
 #else
-DOCREF(caextract.html, CA Extract)
+DOCREF(/docs/caextract.html, CA Extract)
 #endif
 
 #ifdef DOCS_CHANGES
 HERE(x, Changelog)
 #else
-DOCREF(changes.html, Changelog)
+DOCREF(/docs/changes.html, Changelog)
 #endif
 
 #ifdef DOCS_COMPANIES
 HERE(x, Companies)
 #else
-DOCREF(companies.html, Companies)
+DOCREF(/docs/companies.html, Companies)
 #endif
 
 #ifdef DOCS_COMPARISON
 HERE(x, Comparison)
 #else
-DOCREF(comparison-table.html, Comparison)
+DOCREF(/docs/comparison-table.html, Comparison)
 #endif
 
 #ifdef DOCS_CONTRIBUTE
 HERE(x, Contribute)
 #else
-DOCREF(contribute.html, Contribute)
+DOCREF(/docs/contribute.html, Contribute)
 #endif
 
 #ifdef DOCS_COPYRIGHT
 HERE(x, Copyright)
 #else
-DOCREF(copyright.html, Copyright)
+DOCREF(/docs/copyright.html, Copyright)
 #endif
 
 #ifdef DOCS_MANPAGE
 HERE(x, curl Man Page)
 #else
-DOCREF(manpage.html, curl Man Page)
+DOCREF(/docs/manpage.html, curl Man Page)
 #endif
 
 #ifdef DOCS_FAQ
 HERE(x, FAQ)
 #else
-DOCREF(faq.html, FAQ)
+DOCREF(/docs/faq.html, FAQ)
 #endif
 
 #ifdef DOCS_FEATURES
 HERE(x, Features)
 #else
-DOCREF(features.html, Features)
+DOCREF(/docs/features.html, Features)
 #endif
 
 #ifdef DOCS_HISTORY
 HERE(x, History)
 #else
-DOCREF(history.html, History)
+DOCREF(/docs/history.html, History)
 #endif
 
 #ifdef DOCS_HTTPSCRIPT
 HERE(x, HTTP Scripting)
 #else
-DOCREF(httpscripting.html, HTTP Scripting)
+DOCREF(/docs/httpscripting.html, HTTP Scripting)
 #endif
 
 #ifdef DOCS_INSTALL
 HERE(x, Install)
 #else
-DOCREF(install.html, Install)
+DOCREF(/docs/install.html, Install)
 #endif
 
 #ifdef DOCS_INTERNALS
 HERE(x, Internals)
 #else
-DOCREF(internals.html, Internals)
+DOCREF(/docs/internals.html, Internals)
 #endif
 
 #ifdef DOCS_KNOWNBUGS
 HERE(x, Known Bugs)
 #else
-DOCREF(knownbugs.html, Known Bugs)
+DOCREF(/docs/knownbugs.html, Known Bugs)
 #endif
 
 #ifdef DOCS_MANUAL
 HERE(x, Manual)
 #else
-DOCREF(manual.html, Manual)
+DOCREF(/docs/manual.html, Manual)
 #endif
 
 #ifdef DOCS_OS_DISTRIBUTIONS
 HERE(x, OS Distribs)
 #else
-DOCREF(osdistribs.html, OS Distribs)
+DOCREF(/docs/osdistribs.html, OS Distribs)
 #endif
 
 #ifdef DOCS_PRESS
 HERE(x, Press)
 #else
-DOCREF(press.html, Press)
+DOCREF(/docs/press.html, Press)
 #endif
 
 #ifdef DOCS_PROGRAMS
 HERE(x, Programs)
 #else
-DOCREF(programs.html, Programs)
+DOCREF(/docs/programs.html, Programs)
 #endif
 
 #ifdef DOCS_RELATED_TOOLS
 HERE(x, Related Tools)
 #else
-DOCREF(relatedtools.html, Related Tools)
+DOCREF(/docs/relatedtools.html, Related Tools)
 #endif
 
-#ifdef DOCS_RESOURCES
-HERE(x, Resources)
+#ifdef DOCS_SECURITY
+HERE(x, Security)
 #else
-DOCREF(resources.html, Resources)
+DOCREF(/docs/security.html, Security)
 #endif
 
-#ifdef DOCS_SECURITY
-HERE(x, Security)
+#ifdef DOCS_SPECS
+HERE(x, Specs)
 #else
-DOCREF(security.html, Security)
+DOCREF(/rfc/, Specs)
 #endif
 
 #ifdef DOCS_SSLCERTS
 HERE(x, SSL Certs)
 #else
-DOCREF(sslcerts.html, SSL Certs)
+DOCREF(/docs/sslcerts.html, SSL Certs)
 #endif
 
 #ifdef DOCS_THANKS
 HERE(x, Thanks)
 #else
-DOCREF(thanks.html, Thanks)
+DOCREF(/docs/thanks.html, Thanks)
 #endif
 
 #ifdef DOCS_TODO
 HERE(x, TODO)
 #else
-DOCREF(todo.html, TODO)
+DOCREF(/docs/todo.html, TODO)
 #endif
 
 #ifdef DOCS_VERSIONS
 HERE(x, Version Nums)
 #else
-DOCREF(versions.html, Version Nums)
+DOCREF(/docs/versions.html, Version Nums)
 #endif
 
 #ifdef CURL_SEARCH

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile	8 Mar 2005 10:36:45 -0000	1.46
+++ Makefile	11 Mar 2005 12:30:48 -0000	1.47
@@ -13,7 +13,7 @@
 
 PAGES = index.html manpage.html faq.html changes.html contribute.html	\
  internals.html sslcerts.html companies.html press.html features.html	\
- resources.html bugs.html install.html readme.html readme.curl.html	\
+ bugs.html install.html readme.html readme.curl.html	\
  resources.html copyright.html thanks.html y2k.html todo.html		\
  httpscripting.html comparison-table.html relatedtools.html		\
  osdistribs.html versions.html history.html loc.html knownbugs.html	\
@@ -104,13 +104,6 @@
 features.t: $(DOCROOT)/FEATURES
 	$(TXT2PLAIN) < $<  > $@
 
-resources.html: _resources.html $(MAINPARTS) resources.t
-	$(ACTION)
-
-resources.t: $(DOCROOT)/RESOURCES
-	$(TXT2HTML) < $(DOCROOT)/RESOURCES > resources.t
-
-
 install.html: _install.html $(MAINPARTS) install.t
 	$(ACTION)
 

--- _resources.html DELETED ---

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.