aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/cgi.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/cgi.org')
-rw-r--r--org/cgi.org72
1 files changed, 10 insertions, 62 deletions
diff --git a/org/cgi.org b/org/cgi.org
index a1504a02..422beaaf 100644
--- a/org/cgi.org
+++ b/org/cgi.org
@@ -163,7 +163,7 @@ module SiSU_CGI_SQLite #% database building doc
#!/usr/bin/env ruby
=begin
#{about}
- * Description: generates naive cgi search form for search of sisu database (sqlite)
+ ,* Description: generates naive cgi search form for search of sisu database (sqlite)
#{gpl}
=end
begin
@@ -482,8 +482,8 @@ module SiSU_CGI_SQL
<<-'WOK_SQL'
* Name: SiSU information Structuring Universe
* Author: Ralph Amissah
- * http://www.jus.uio.no/sisu
- * http://www.jus.uio.no/sisu/SiSU/download
+ * https://sisudoc.org/
+ * https://git.sisudoc.org/
WOK_SQL
end
def gpl
@@ -520,7 +520,6 @@ module SiSU_CGI_SQL
available at these locations:
<http://www.fsf.org/licenses/gpl.html>
[http://www.gnu.org/licenses/gpl.html]
- <http://www.jus.uio.no/sisu/gpl.fsf>
* SiSU uses:
* Standard SiSU markup syntax,
@@ -528,8 +527,8 @@ module SiSU_CGI_SQL
* Standard SiSU object citation numbering and system
* Homepages:
- [http://www.jus.uio.no/sisu]
- [http://www.sisudoc.org]
+ [https://sisudoc.org]
+ [https://git.sisudoc.org]
* Ralph Amissah
[ralph@amissah.com]
@@ -568,7 +567,7 @@ module SiSU_CGI_SQL
<meta name="sourcefile" content="SiSU._sst" />
SiSU search form (sample): SiSU information Structuring Universe
</title>
- <link rel="generator" href="http://www.jus.uio.no/sisu" />
+ <link rel="generator" href="https://git.sisudoc.org" />
<link rel="shortcut icon" href="#{@image_src}/rb7.ico" />
<link href="../_sisu/css/html.css" rel="stylesheet">
</head>
@@ -965,8 +964,8 @@ module SiSU_CGI_SQL
<br>
#{v.project} is software for document structuring, publishing and search,
<br>
- <a href="http://www.jus.uio.no/sisu" >
- www.jus.uio.no/sisu
+ <a href="https://sisudoc.org" >
+ sisudoc.org
</a>
and
<a href="http://www.sisudoc.org" >
@@ -1408,57 +1407,6 @@ __END__
* document header
#+NAME: sisu_document_header
-#+BEGIN_SRC text
-encoding: utf-8
-- Name: SiSU
-
- - Description: documents, structuring, processing, publishing, search
- cgi
-
- - Author: Ralph Amissah
- <ralph.amissah@gmail.com>
-
- - Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019,
- 2020, 2021, Ralph Amissah,
- All Rights Reserved.
-
- - License: GPL 3 or later:
-
- SiSU, a framework for document structuring, publishing and search
-
- Copyright (C) Ralph Amissah
-
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the Free
- Software Foundation, either version 3 of the License, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- more details.
-
- You should have received a copy of the GNU General Public License along with
- this program. If not, see <http://www.gnu.org/licenses/>.
-
- If you have Internet connection, the latest version of the GPL should be
- available at these locations:
- <http://www.fsf.org/licensing/licenses/gpl.html>
- <http://www.gnu.org/licenses/gpl.html>
-
- <http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>
-
- - SiSU uses:
- - Standard SiSU markup syntax,
- - Standard SiSU meta-markup syntax, and the
- - Standard SiSU object citation numbering and system
-
- - Homepages:
- <http://www.sisudoc.org>
-
- - Git
- <https://git.sisudoc.org/projects/>
- <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary>
- <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary>
+#+BEGIN_SRC emacs-lisp
+<<./sisu_version_info_and_doc_header_including_copyright_and_license.org:sisu_doc_header_including_copyright_and_license()>>
#+END_SRC