Skip to content

Commit

Permalink
add initial skeleton even for the backend-server-akka project
Browse files Browse the repository at this point in the history
  • Loading branch information
smartiniOnGitHub committed Jan 24, 2013
1 parent 2382f78 commit 7a633e9
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 6 deletions.
4 changes: 4 additions & 0 deletions backend-server-akka/.gitignore
@@ -0,0 +1,4 @@
.DS_Store
.hg
.settings
.svn
48 changes: 48 additions & 0 deletions backend-server-akka/index.html
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<link rel="icon" href="img/favicon.png" type="image/png"/>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>

<link rel="stylesheet" href="css/main.css" type="text/css"/>
<link rel="stylesheet" href="css/print.css" type="text/css" media="print"/>

<title>backend-server-akka</title>
</head>
<body>

<header>

<div class="header" role="banner">
<h1>Documentation for the backend-server-akka project</h1>
</div>

</header>


<article>

<div id="page-body" role="main">
<br/><br/>
TODO

</div>

<article>


<footer>

<div class="footer" role="contentinfo">
</div>

</footer>


</body>
</html>
33 changes: 33 additions & 0 deletions dart-samples/.gitignore
@@ -0,0 +1,33 @@
.DS_Store
.bzr
.hg
.svn
.cache
.gradle
.metadata
.settings
# .classpath
# .project
*.log
*.iws
*.bak
*~*
# *~
# Dart generated files
*.js
*.map
/*.zip
/*.log
/*DB.*
/_old/
/out/
/private/
# /server/
/bin/
/classes/
/target/
/target-eclipse/
/temp/
/dist/
/doc/
/install/
10 changes: 5 additions & 5 deletions dart-samples/index.html
Expand Up @@ -5,12 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<link rel="icon" href="images/favicon.png" type="image/png"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="img/favicon.png" type="image/png"/>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>

<link rel="stylesheet" href="../css/main.css" type="text/css"/>
<link rel="stylesheet" href="../css/custom.css" type="text/css"/>
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print"/>
<link rel="stylesheet" href="css/main.css" type="text/css"/>
<link rel="stylesheet" href="css/custom.css" type="text/css"/>
<link rel="stylesheet" href="css/print.css" type="text/css" media="print"/>

<title>Dart Sample Apps</title>
</head>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -35,6 +35,7 @@ <h1>smartiniongithub.github.com</h1>
<li><a href="buoi/">buoi</a>, Browser User Oriented Interface</li>
<li><a href="dart-samples/">dart-samples</a>, some original Dart Sample Apps, here only to try "live"</li>
<li><a href="grails-akka/">grails-akka</a>, Grails Plugin for Akka Integration</li>
<li><a href="backend-server-akka/">backend-server-akka</a>, Lightweight Application Server for Akka actors, for Backend systems</li>
</ul>

<h2>Copyright and license</h2>
Expand All @@ -46,7 +47,7 @@ <h2>Copyright and license</h2>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
<p>Published with <a href="http://pages.github.com">GitHUB Pages</a></p>
</footer>
</div>

Expand Down

0 comments on commit 7a633e9

Please sign in to comment.