From f5be544bbb93998c059aa4addeaa02c32641611a Mon Sep 17 00:00:00 2001
From: Jed Barber
Date: Thu, 29 Jun 2017 19:13:49 +1000
Subject: Tweaking capitalisation of lists
---
project/templates/adapad.html | 16 ++++++++--------
project/templates/grasp.html | 12 ++++++------
2 files changed, 14 insertions(+), 14 deletions(-)
(limited to 'project')
diff --git a/project/templates/adapad.html b/project/templates/adapad.html
index bc7912e..9408f80 100644
--- a/project/templates/adapad.html
+++ b/project/templates/adapad.html
@@ -30,14 +30,14 @@ FLTK.
the feature list is similar, currently comprising:
- - cut/copy/paste
- - unlimited undo/redo
- - select all
- - find/replace
- - jump to
- - word count
- - word wrap
- - optional line numbers
+ - Cut/Copy/Paste
+ - Unlimited Undo/Redo
+ - Select All
+ - Find/Replace
+ - Jump To
+ - Word Count
+ - Word Wrap
+ - Line Numbers
This is approximately what I was going for. However, at the current time of writing it is still
diff --git a/project/templates/grasp.html b/project/templates/grasp.html
index c340483..bf6f79b 100644
--- a/project/templates/grasp.html
+++ b/project/templates/grasp.html
@@ -33,12 +33,12 @@ all instruction pointers have no more "next" edges to follow.
specification, the actions that can be performed are:
- - add or delete an edge
- - change the value of a node
- - add, subtract, multiply, divide, or modulo node values
- - call and return from functions, which take the form of subgraphs with named entry points
- - read and write from arbitrary file handles
- - push, pop and pick a section of nodes arranged to act as a stack
+ - Add or delete an edge
+ - Change the value of a node
+ - Add, subtract, multiply, divide, or modulo node values
+ - Call and return from functions, which take the form of subgraphs with named entry points
+ - Read and write from arbitrary file handles
+ - Push, pop and pick a section of nodes arranged to act as a stack
The execution of a node may be skipped by having "cond" edges pointing to either zero values or
--
cgit