aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-09-30 18:02:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-09-30 18:02:16 +0200
commit2080c821ef01f61ee8f6219e51d7edc065228fe6 (patch)
tree0e31547111a80cdefaf1f52320d684a51cee4c30
parentMerge branch 'master' of git:git/wiki-public (diff)
downloadwiki-public-2080c821ef01f61ee8f6219e51d7edc065228fe6.tar.gz
wiki-public-2080c821ef01f61ee8f6219e51d7edc065228fe6.tar.xz
Mon, 30 Sep 2019 18:02:16 +0200
-rw-r--r--LiuformulaStudent.wiki4
-rw-r--r--TaskApp.wiki53
-rw-r--r--file.wiki13
-rw-r--r--index.wiki3
4 files changed, 73 insertions, 0 deletions
diff --git a/LiuformulaStudent.wiki b/LiuformulaStudent.wiki
index d9eb135..aaa180b 100644
--- a/LiuformulaStudent.wiki
+++ b/LiuformulaStudent.wiki
@@ -1,3 +1,7 @@
joomla för frontend
https://liuformulastudent.se/administrator
+
+== Rules ==
+
+=== DV Driverless Vehicles ===
diff --git a/TaskApp.wiki b/TaskApp.wiki
new file mode 100644
index 0000000..f356f41
--- /dev/null
+++ b/TaskApp.wiki
@@ -0,0 +1,53 @@
+
+notation:
+
+item :: item of type
+[item] :: list of item's
+{item} :: optional item
+
+--------------------------------------------------
+
+[project]
+
+project:
+ - title
+ - started
+ - {deadline}
+ - [link]
+ - [update]
+
+update:
+ - title
+ - pub-date
+ - {body}
+
+--------------------------------------------------
+
+tt list
+tt note <id>
+tt list <id>
+
+--------------------------------------------------
+
+sqlite example tables
+
+create table projects (
+ id primary key not null,
+ title text not null,
+ started datetime not null,
+ deadline datetime
+);
+
+create table links (
+ id primary key not null,
+ project_id integer not null,
+ url text
+);
+
+create table updates (
+ id primary key not null,
+ project_id integer not null,
+ pub_date datetime not null,
+ title text not null,
+ body text
+);
diff --git a/file.wiki b/file.wiki
new file mode 100644
index 0000000..d8bfb4f
--- /dev/null
+++ b/file.wiki
@@ -0,0 +1,13 @@
+1. Formalia
+ 1. Mötets öppnande
+ 2. Val av mötesordförande
+ 3. Val av mötessekreterare
+ 4. Val av justerare till lika rösträknare
+2. Märkesbackesmålning, 17-18 augusti
+3. D-sektionens campusvandring, 21 augusti
+4. STYFEN, 30 augusti
+5. Kalasmotagningen
+6. Studenthusvisningen
+7. Förenade Datorföreningar
+8. Övriga frågor
+
diff --git a/index.wiki b/index.wiki
index 5b53d63..b415a7c 100644
--- a/index.wiki
+++ b/index.wiki
@@ -41,6 +41,7 @@
- [[LiuformulaStudent]]
- [[Bookmarks]]
- [[Kläder]]
+- [[TaskApp]]
* [[diary/diary|Dagbok]]
@@ -52,6 +53,8 @@
- [X] [[https://github.com/kori/Xlambda|Xlabmbda]]
- [ ] https://bbs.archlinux.org/viewtopic.php?id=171655
+[[file]]
+
= Generated Tags =
== PSU ==
- [[Dator/4#Pinout]]