aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-19 20:06:14 +0300
commit5fbf4c05e96ec6f41471c4bad3fc75efe0daedb6 (patch)
tree54f56cecf33a4cd0a587f7fd698ee3c5180702a1
Create
-rw-r--r--.gitmodules6
-rw-r--r--build/bootstrap.build5
-rw-r--r--buildfile1
m---------doc/style0
-rw-r--r--doc/web.xhtml14
m---------libbar0
-rw-r--r--manifest7
-rw-r--r--tests/TODO0
8 files changed, 33 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..5272efc
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "doc/style"]
+ path = doc/style
+ url = ../style.git
+[submodule "libbar"]
+ path = libbar
+ url = ../libbar.git
diff --git a/build/bootstrap.build b/build/bootstrap.build
new file mode 100644
index 0000000..9ed1edf
--- /dev/null
+++ b/build/bootstrap.build
@@ -0,0 +1,5 @@
+project = libfoo
+
+using config
+using version
+using dist
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..0a6641c
--- /dev/null
+++ b/buildfile
@@ -0,0 +1 @@
+./: file{**}
diff --git a/doc/style b/doc/style
new file mode 160000
+Subproject 5218b710c30f7d7ebd05f337a23e4b47d93979d
diff --git a/doc/web.xhtml b/doc/web.xhtml
new file mode 100644
index 0000000..d02aaa1
--- /dev/null
+++ b/doc/web.xhtml
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <title>Web</title>
+ <link rel="stylesheet" type="text/css" href="style/basic/page.css"/>
+ <link rel="stylesheet" type="text/css" href="style/doc.css"/>
+</head>
+<body>
+<h1>Header 1</h1>
+<h2>Header 2</h2>
+</body>
+</html>
diff --git a/libbar b/libbar
new file mode 160000
+Subproject 7f8f7151918e77a7d25b1229ec015cd0995ebb6
diff --git a/manifest b/manifest
new file mode 100644
index 0000000..f41fdf7
--- /dev/null
+++ b/manifest
@@ -0,0 +1,7 @@
+: 1
+name: libfoo
+version: 0.0.1
+summary: libfoo
+license: MIT
+url: http://example.org
+email: pkg@example.org
diff --git a/tests/TODO b/tests/TODO
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/TODO