Introduction
Introduction Statistics Contact Development Disclaimer Help
pages: simplify and remove unused variables from examples - saait - the most bo…
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
commit f43f198c66c1fcc3515fda2640ee6ad846418865
parent a1c4a48dba8f889f8e49175a5a7256a5496ad800
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 15 Feb 2020 00:12:34 +0100
pages: simplify and remove unused variables from examples
it should be clear any variable can be used in the documentation etc.
Diffstat:
M pages/001-example.cfg | 3 ---
M pages/002-example.cfg | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/pages/001-example.cfg b/pages/001-example.cfg
@@ -1,10 +1,7 @@
filename=example.html
title=Example page
description=This is an example page
-id=example
-tags=example
keywords=example
-categories=Articles
created=2009-04-12
updated=2009-04-12
#index=0
diff --git a/pages/002-example.cfg b/pages/002-example.cfg
@@ -1,10 +1,7 @@
filename=example2.html
title=Example page 2
description=This is an example page 2
-id=example2
-tags=example
keywords=example
-categories=Articles
created=2009-04-13
updated=2009-04-13
#index=0
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.