Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
changed github org
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Jan 29, 2016
1 parent aceaa58 commit af1fd42
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `Nefertari`
[![Build Status](https://travis-ci.org/brandicted/nefertari.svg?branch=master)](https://travis-ci.org/brandicted/nefertari)
[![Build Status](https://travis-ci.org/ramses-tech/nefertari.svg?branch=master)](https://travis-ci.org/ramses-tech/nefertari)
[![Documentation](https://readthedocs.org/projects/nefertari/badge/?version=stable)](http://nefertari.readthedocs.org)

Nefertari is a REST API framework sitting on top of [Pyramid](https://github.com/Pylons/pyramid) and [Elasticsearch](https://www.elastic.co/downloads/elasticsearch). She currently offers two backend engines: [SQLA](https://github.com/brandicted/nefertari-sqla) and [MongoDB](https://github.com/brandicted/nefertari-mongodb).
Nefertari is a REST API framework sitting on top of [Pyramid](https://github.com/Pylons/pyramid) and [Elasticsearch](https://www.elastic.co/downloads/elasticsearch). She currently offers two backend engines: [SQLA](https://github.com/ramses-tech/nefertari-sqla) and [MongoDB](https://github.com/ramses-tech/nefertari-mongodb).
2 changes: 1 addition & 1 deletion docs/source/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Considerations:
Advanced ACLs
-------------

For more advanced ACLs, you can look into using `nefertari-guards <https://github.com/brandicted/nefertari-guards>`_ in you project. This package stores ACLs at the object level, making it easier to build multi-tenant applications using a single data store.
For more advanced ACLs, you can look into using `nefertari-guards <https://github.com/ramses-tech/nefertari-guards>`_ in you project. This package stores ACLs at the object level, making it easier to build multi-tenant applications using a single data store.


CORS
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'releases'
]

releases_github_path = 'brandicted/nefertari'
releases_github_path = 'ramses-tech/nefertari'
releases_debug = True

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Requirements
Tutorials
---------

- For a more complete example of a Pyramid project using Nefertari, you can take a look at the `Example Project <https://github.com/brandicted/nefertari-example>`_.
- For a more complete example of a Pyramid project using Nefertari, you can take a look at the `Example Project <https://github.com/ramses-tech/nefertari-example>`_.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nefertari is a REST API framework for Pyramid that uses Elasticsearch for reads
Nefertari is fully production ready and actively maintained.

Source code:
`<http://github.com/brandicted/nefertari>`_
`<http://github.com/ramses-tech/nefertari>`_


Table of Content
Expand Down
4 changes: 2 additions & 2 deletions docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Database Backends

Nefertari implements database engines on top of two different ORMs: `SQLAlchemy <http://www.sqlalchemy.org>`_ and `MongoEngine <http://mongoengine.org/>`_. These two engines wrap the underlying APIs of each ORM and provide a standardized syntax for using either one, making it easy to switch between them with minimal changes. Each Nefertari engine is maintained in its own repository:

* `nefertari-sqla github repository <https://github.com/brandicted/nefertari-sqla>`_
* `nefertari-mongodb github repository <https://github.com/brandicted/nefertari-mongodb>`_
* `nefertari-sqla github repository <https://github.com/ramses-tech/nefertari-sqla>`_
* `nefertari-mongodb github repository <https://github.com/ramses-tech/nefertari-mongodb>`_

Nefertari can either use `Elasticsearch <https://www.elastic.co/products/elasticsearch>`_ (*ESBaseDocument*) or the database engine itself (*BaseDocument*) for reads.

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
author='Brandicted',
author_email='hello@brandicted.com',
url='https://github.com/brandicted/nefertari',
author='Ramses',
author_email='hello@ramses.tech',
url='https://github.com/ramses-tech/nefertari',
keywords='web wsgi bfg pylons pyramid rest api elasticsearch',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit af1fd42

Please sign in to comment.