[las-web] Make README clear about what this repo is about



commit dcf366607392ed911352d1dff838166bfc830b93
Author: Andrea Veri <averi redhat com>
Date:   Tue Dec 11 18:51:55 2018 +0100

    Make README clear about what this repo is about

 README.md    |  5 +++--
 las-web.doap | 23 +++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index 052d595..ea859f0 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,3 @@
-# las-web
-
+This repository contains static copies of former Wordpress GNOME
+LAS edition sorted by edition, branch names match the following
+path: static-$year
diff --git a/las-web.doap b/las-web.doap
new file mode 100644
index 0000000..7a3708f
--- /dev/null
+++ b/las-web.doap
@@ -0,0 +1,23 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">las-web</name>
+  <description xml:lang="en">GNOME LAS static websites</description>
+  <shortdesc xml:lang="en">GNOME LAS static websites</shortdesc>
+  <homepage rdf:resource="https://wiki.gnome.org/Sysadmin"; />
+  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-infrastructure"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/Infrastructure/ansible/issues"; />
+  <programming-language>HTML</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>GNOME sysadmin team</foaf:name>
+      <foaf:mbox rdf:resource="mailto:gnome-sysadmin gnome org" />
+      <gnome:userid>root</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]