Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtv committed Oct 15, 2018
1 parent 5ad5244 commit 3555c7c
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

### 0.0.2 (2018-09-15):

* New trigger architecture: using three triggers, each trigger for each step in update process from view to source relations
* Fix bug of row type of a single column
* Change the name of Compile_error to SemErr
* Using rowtype instead of record
* Allow predicate names to start with an underscore
6 changes: 3 additions & 3 deletions docs/another-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand All @@ -56,7 +56,7 @@ <h2 id="welcome-to-another-page">Welcome to another page</h2>
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
6 changes: 6 additions & 0 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,12 @@ a small {
margin-top: -0.6em;
display: block; }

section a {
text-decoration: underline; }

section a:hover {
text-decoration: none; }

strong {
font-weight: bold;
color: #333; }
Expand Down
6 changes: 3 additions & 3 deletions docs/basic-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand Down Expand Up @@ -210,7 +210,7 @@ <h2 id="running-in-postgresql-as-a-backend-database-system">Running in PostgreSQ
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand All @@ -50,7 +50,7 @@ <h1 id="birds">BIRDS</h1>

<h2 id="overview">Overview</h2>

<p>BIRDS (Putback-based <strong>BI</strong>directional transformation for <strong>R</strong>elational view update <strong>D</strong>atalog-based <strong>S</strong>trategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programers to define a relational view in RDBMS by writing an update strategy for it.</p>
<p>BIRDS (Putback-based <strong>BI</strong>directional transformation for <strong>R</strong>elational view update <strong>D</strong>atalog-based <strong>S</strong>trategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programmers to define a relational view in RDBMS by writing an update strategy for it.</p>

<h2 id="view-update-language-datalog">View Update Language: Datalog</h2>

Expand Down Expand Up @@ -94,8 +94,8 @@ <h3 id="installation">Installation</h3>
<ul>
<li>Download executable files:
<ul>
<li><a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip">Latest BIRDS for Macos</a></li>
<li><a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip">Latest BIRDS for Ubuntu</a>
<li><a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip">For Macos</a></li>
<li><a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip">Ror Ubuntu</a>
<!-- * [Older versions](https://github.com/dangtv/BIRDS/releases) --></li>
</ul>
</li>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h2 id="tutorials-defining-updatable-views-with-datalog-in-birds">Tutorials: def
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/music-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand Down Expand Up @@ -158,7 +158,7 @@ <h2 id="create-a-view-tracks3-over-tracks2">Create a view tracks3 over tracks2</
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/ridesharing-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand Down Expand Up @@ -366,7 +366,7 @@ <h2 id="create-a-view-all_vehicles-over-peer1_public-and-peer2_public">Create a
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs/syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<a href="https://github.com/dangtv/BIRDS" class="button fork">View On GitHub</a>


<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip" class="button fork">Download for Ubuntu</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip" class="button fork">Download for Macos</a>
<a href="https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip" class="button fork">Download for Ubuntu</a>

</header>

Expand Down Expand Up @@ -58,7 +58,7 @@ <h2 id="view-update-datalog-syntax">View Update Datalog Syntax</h2>
<p style="margin-bottom:0em"><small>Maintained by <a href="https://dangtv.github.io">Vandang Tran</a>, Hiroyuki Kato, Zhenjiang Hu</small></p>

<p style="margin-bottom:0em"><small>Theme based on <a href="https://github.com/pages-themes/leap-day">leap-day</a></small></p>
<p style="margin-bottom:0em"><small>Last updated on 12 Oct 2018</small></p>
<p style="margin-bottom:0em"><small>Last updated on 15 Oct 2018</small></p>
</footer>
</div>

Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions webpage/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ github:
repository_name: BIRDS
repository_folder: BIRDS
project_tagline: Putback-based <b>BI</b>directional transformation for <b>R</b>elational view update <b>D</b>atalog-based <b>S</b>trategies
zip_url: https://github.com/dangtv/BIRDS/archive/0.0.1.zip
tar_url: https://github.com/dangtv/BIRDS/archive/0.0.1.tar.gz
mac_exe: https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_macos.zip
ubuntu_exe: https://github.com/dangtv/BIRDS/releases/download/0.0.1/birds_ubuntu.zip
zip_url: https://github.com/dangtv/BIRDS/archive/0.0.2.zip
tar_url: https://github.com/dangtv/BIRDS/archive/0.0.2.tar.gz
mac_exe: https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_macos_v0.0.2.zip
ubuntu_exe: https://github.com/dangtv/BIRDS/releases/download/0.0.2/birds_ubuntu_v0.0.2.zip
repository_url: https://github.com/dangtv/BIRDS
owner_url: https://dangtv.github.io
is_project_page: true
Expand Down
7 changes: 7 additions & 0 deletions webpage/_sass/mystyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ a small {
display:block;
}

section a {
text-decoration: underline;
}
section a:hover {
text-decoration: none;
}

// ul{
// list-style-image:url('../images/bullet.png');
// }
Expand Down
6 changes: 3 additions & 3 deletions webpage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: default

## Overview

BIRDS (Putback-based **BI**directional transformation for **R**elational view update **D**atalog-based **S**trategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programers to define a relational view in RDBMS by writing an update strategy for it.
BIRDS (Putback-based **BI**directional transformation for **R**elational view update **D**atalog-based **S**trategies) is a bidirectional transformation (BX) framework for Relational Database Management Systems (RDBMS). The objective of this framework is to allow programmers to define a relational view in RDBMS by writing an update strategy for it.

## View Update Language: Datalog

Expand Down Expand Up @@ -41,8 +41,8 @@ BIRDS employs and extends the power of Datalog, which is a well known query lang
### Installation

* Download executable files:
* [Latest BIRDS for Macos]({{ site.github.mac_exe }})
* [Latest BIRDS for Ubuntu]({{ site.github.ubuntu_exe }})
* [For Macos]({{ site.github.mac_exe }})
* [Ror Ubuntu]({{ site.github.ubuntu_exe }})
<!-- * [Older versions](https://github.com/dangtv/BIRDS/releases) -->
* Build an executable file from the source code available at [https://github.com/dangtv/BIRDS](https://github.com/dangtv/BIRDS) (along with instructions)

Expand Down

0 comments on commit 3555c7c

Please sign in to comment.