Postgresql Flyer

Total Page:16

File Type:pdf, Size:1020Kb

Postgresql Flyer PostgreSQL - English Usage Examples Further Information Development system PostgreSQL (2nd Edition), Korry Douglas, Sams Publishing, ISBN: 0672327562 A small system just for developing, running on any supported platform (Unix, Linux, Mac OS, Windows). Beginning Databases with PostgreSQL:From Novice to This system does not need much system resources. Professional, Second Edition, Neil Matthew, Apress, The result can be exported and used in the production ISBN: 1590594789 PostgreSQL system. PostgreSQL Developer's Handbook, Ewald Geschwinde, Sams Publishing, ISBN 0672322609 Beginning PHP and PostgreSQL 8, W. Jason Gilmore, Small to mid-level database server Apress, ISBN 1590595475 A small to mid-level database server has just small PHP and PostgreSQL Advanced Web Programming, hardware requirements. PostgreSQL is not running ex- Ewald Geschwinde and Robert Treat, Sams Publishing, clusive on this system but shares the resources with ISBN 0672323826 other services. A webserver (Blog, CMS) with a data- base backend is a good example. PostgreSQL homepage: www.postgresql.org pgAdmin III: http://www.pgadmin.org Large database server PgFoundry: http://pgfoundry.org phpPgAdmin: http://phppgadmin.sourceforge.net A large database server has extensive hardware re- PostGIS: postgis.refractions.net quirements and is usually dedicated to a single appli- cation or project. PostgreSQL can use the full power Slony: slony.info of the hardware without the need to share resources. PostgreSQL 8.3 What is PostgreSQL? PostgreSQL 8.3, released in early 2008, includes a record PostgreSQL is an object-relational database management number of new and improved features which will greatly system (ORDBMS). It is freely available and usable with- enhance PostgreSQL for application designers, database out licensing fee. PostgreSQL was originally developed at administrators, and users, with more than 280 patches by the University of California and uses the simple BSD-li- dozens of PostgreSQL contributors from 18 countries. cense. It is a very advanced database system in the open source Version 8.3 provides greater consistency of performance Space for Advertising area. PostgreSQL supports most parts of the SQL2003 than previous versions, ensuring that every user can standards and has a variety of its own extensions. depend on the same high performance demonstrated in recent benchmarks for every transaction, whether in peak Users can extend the system with self-defined data types, hours or not, seven days a week, 52 weeks per year. operators and functions. Apart from support for referen- Major enhancements include: tial integrity and an advanced transaction management, PostgreSQL also offers definition of triggers and rules to Heap Only Tuples (HOT) control access to database objects. Spread checkpoints Automated self-tuning of the background writer What does PostgreSQL offer? Asynchronous commit option Synchronized Scans PostgreSQL supports the ANSI-SQL-Standard ANSI-standard SQL/XML support, incl. XML export SQL92. Of the 5 categories of the SQL99 standard, Text search: Tsearch2 Framework, Foundation, Call Level Interface, Persis- GSSAPI and SSPI authentication support tent Stored Modules and Host Language Bindings are New data types: UUIDs, ENUMs and arrays of implemented in the categories 1, 2 and 5. Moreover composite types PostgreSQL offers, among many of its own exten- SNMP support sions, support for geometric data types (PostGIS). © 2008 European PostgreSQL User Group (with help from the allBSD.de Project) – The images are copyright by the PostgreSQL project Language Scope: Mass operations on one or multiple GiST: Generalized Search Trees provide the possibil- Software for PostgreSQL tables are possible with PostgreSQL just as operations ity to create custom data types with indexed access with Subselects, Outer Joins (the Full Outer Join too) methods. System software or Views. Character Set: PostgreSQL understands many interna- PGCluster (Loadbalancing and Clustering) – Features: Referential Integrity: Tables can be referenced with tional character sets, Multibyte-Encoding is standard synchronous, replication on table level, multi-master, the definition of primary and foreign keys. This way and allows EUC or Unicode. two or more database servers can simultaneously serve the relations between tables is represented in the data- SSL: communication between client and server may be client requests, replication on demand, sent within a base and checked for correctness automatically. encrypted with SSL. group of server, replication of sequences and large ob- Transactions: PostgreSQL is ACID compliant while Kerberos Authentication: Kerberos is a protocol for jects, serial data types are synchronized. using Multi Version Concurrency Control (MVCC). In network authentication. It has been developed specifi- Slony (Replication) – Features: asynchronous mode, PostgreSQL read access never has to wait for write ac- cally for secure Client-Server -communication and can single master to multiple slaves, slaves can be cas- cess and vice versa. Also there are Two-phase-com- be compiled into PostgreSQL directly. caded, uses triggers, replication on table level, no ex- mits and Savepoints. Operation: PostgreSQL makes extensive use of multi- clusive locks necessary, can replicate schema changes, Concurrently Online Index Builds: Indices could be ple processors or cores, supports replication with all tables require a primary keys, all nodes in the net- created, without locking the table. During index “Slony” and offers the user the choice of table spaces work need to be available at all times, cannot replicate creation competing INSERTs, UPDATEs und and Point-In-Time recovery. large objects, no automatic failover. DELETEs are possible. Clustering und Loadbalancing: The software ‘PG- Triggers: In PostgreSQL ‘Before’ or ‘After’ triggers Cluster’ offers all the clustering load balancing fea- Administration on row or statement level are implemented. tures for PostgreSQL. Programming: offers interfaces for ODBC and JDBC Tablespaces: allows alternate locations for database pgAdmin: Extensive graphical tool for administration as well as interfaces to many programming languages objects on the file system (as example on a RAID that should fulfill nearly all wishes. It stands out with like PHP (native, PDO), Perl (DBI), C (libpq), Python system) its ease-of-use and clearly arranged display of the (psycopg, pyPgSQL), Ruby, ... Warm Standby Log Shipping: The continuous database structure. Stored Procedures: These are functions written in dif- archiving of transaction logs (PITR) makes high phpPgAdmin: A PHP-based web interface that can be ferent server side programming languages, i.e. SQL or availability solutions with one or more standby servers used with the browser of any operating system. PostgreSQL procedural languages like PL/pgSQL. possible. In case of a failure of the main server the They are compiled and directly stored in the database standby servers can take over. Client software for PostgreSQL server, making them very fast. Full Text Search: Available as an extension called ERP/CRM: Compiere, SQL-Ledger, TinyERP, Object-relational Characteristics: PostgreSQL allows Tsearch2 since PostgreSQL version 7.3. It is very Xtuples the storage of non-atomic data types in arrays or geo- flexible and supports stop words, dictionary mapping Connectivity: ODBC/JDBC-driver, Ruby-, Python, metric data types. Both are extensions of PostgreSQL of synonyms or phrases, stemming rules, indexes, Perl- and Tcl-Bindings, C/C++-Libraries, Qt-Plugin, not found in the SQL standard. All database objects, search result ranking and highlighting and more. Npgsql.NET, PG Win32 Client (pgOleDB and whether they are tables, views, sequences or single Tsearch2 is fully integrated into PostgreSQL from psqlODBC) data sets, have their own object identity. Apart from version 8.3 upwards. that inheritance from table characteristics to derived Stored Languages: pl/Ruby, pl/Python, pl/Perl, child tables is supported. Technical Data pl/Java, pl/PHP, pl/sh, pl/R, pl/scheme Extendability: The type system is extensible by cus- Connectivity: DBI-Link, Oralink, odbclink tom data types, operators and functions, making the Parameter Value Groupware: OpenGroupware, various POP3/IMAP- system individually customizable. Functions can be server written in SQL or other procedural languages. With Maximal size of database Unlimited Office: OpenOffice, StarOffice PL/pgSQL you have your own procedural language at Maximal size of table 16 Terabyte, 32 Terabyte your disposal. with Version 8 CMS/Shop-Systeme: LivingShop, XIST4C Large Objects: Binary data, like audio, video or im- Image Database: gPictureBase, Gallery2 ages, can be stored in tables. Maximal size of row 1,6 Terabyte Blog Software: Serendipity Rules: The rule system allows to define alternate ac- Maximal size of field 1 Gigabyte tions performed on insertions, updates or deletes. Board Software: phpBB3 GIN – Generalized Inverted Index: Index structure Maximal number of rows Unlimited, the file system Wiki Software: Mediawiki storing a set of (key, documentlist) tuples whereas in DB is the limiting factor Bugtracking/CRM: JIRA documentlist means a set of data in which a certain Maximal number of col- 250 to 1600, depending on field contains key. Invers means not the primary key Search: ht://miner, Tsearch2 umns the column type for referencing a record is stored, but expressions that Games: Poker Tracker, FlightGear are contain in the field itself. Maximal size of indices in Unlimited table © 2008 European PostgreSQL User Group (with help from the allBSD.de Project) – The images are copyright by the PostgreSQL project PostgreSQL - English © 2008 European PostgreSQL User Group (with help from the allBSD.de Project) – The images are copyright by the PostgreSQL project.
Recommended publications
  • Source Code Patterns of Cross Site Scripting in PHP Open Source Projects
    Source Code Patterns of Cross Site Scripting in PHP Open Source Projects Felix Schuckert12, Max Hildner1, Basel Katt2 ,∗ and Hanno Langweg12 1 HTWG Konstanz, Department of Computer Science, Konstanz, Baden-W¨urttemberg, Germany [email protected] [email protected] [email protected] 2 Department of Information Security and Communication Technology, Faculty of Information Technology and Electrical Engineering, NTNU, Norwegian University of Science and Technology, Gjøvik, Norway [email protected] Abstract To get a better understanding of Cross Site Scripting vulnerabilities, we investigated 50 randomly selected CVE reports which are related to open source projects. The vulnerable and patched source code was manually reviewed to find out what kind of source code patterns were used. Source code pattern categories were found for sources, concatenations, sinks, HTML context and fixes. Our resulting categories are compared to categories from CWE. A source code sample which might have led developers to believe that the data was already sanitized is described in detail. For the different HTML context categories, the necessary Cross Site Scripting prevention mechanisms are described. 1 Introduction Cross Site Scripting (XSS) is on the fourth place in Common Weakness Enumeration (CWE) top 25 2011 [3] and on the seventh place in Open Wep Application Security Project (OWASP) top 10 2017 [4]. Accordingly, Cross Site Scripting is still a common issue in web security. To discover the reason why the same vulnerabilities are still occurring, we investigated the vulnerable and patched source code from open source projects. Similar methods, functions and operations are grouped together and are called source code patterns.
    [Show full text]
  • A Framework for Working with Cross-Application Social Tagging Data
    TECHNISCHE UNIVERSITÄT MÜNCHEN FAKULTÜT FÜR INFORMATIK Forschungs- und Lehreinheit XI Angewandte Informatik / Kooperative Systeme A Framework for Working with Cross-Application Social Tagging Data Walter Christian Kammergruber Vollständiger Abdruck der von der Fakultät für Informatik der Technischen Universität München zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Helmut Krcmar Prüfer der Dissertation: 1. Univ.-Prof. Dr. Johann Schlichter 2. Univ.-Prof. Dr. Florian Matthes Die Dissertation wurde am 26.06.2014 bei der Technischen Universität München eingere- icht und durch die Fakultät für Informatik am 26.11.2014 angenommen. Zusammenfassung Mit dem zunehmenden Erfolg des Web 2.0 wurde und wird Social-Tagging immer beliebter, und es wurde zu einem wichtigen Puzzle-Stück dieses Phänomens. Im Unterschied zu ausgefeilteren Methoden um Ressourcen zu organisieren, wie beispielsweise Taxonomien und Ontologien, ist Social-Tagging einfach einzusetzen und zu verstehen. Bedingt durch die Einfachheit finden sich keine expliziten und formalen Strukturen vor. Das Fehlen von Struktur führt zu Problemen beim Wiederaufinden von Informationen, da beispielsweise Mehrdeutigkeiten in Suchanfragen nicht aufgelöst werden können. Zum Beispiel kann ein Tag „dog“ (im Englischen) für des Menschen bester Freund stehen, aber auch für das Lieblingsessen mancher Personen, einem Hot Dog. Ein Bild einer Katze kann mit„angora cat“, „cat“, „mammal“, „animal“oder „creature“getagged sein. Die Art der Tags hängt sehr stark vom individuellen Nutzer ab. Weiterhin sind Social-Tagging-Daten auf verschiedene Applikationen verteilt. Ein gemeinsamer Mediator ist nicht vorhanden. Beispielsweise kann ein Nutzer auf vielen verschiedenen Applikationen Entitäten taggen. Für das Internet kann das Flickr, Delicious, Twitter, Facebook and viele mehr sein.
    [Show full text]
  • Folksonomies - Cooperative Classification and Communication Through Shared Metadata
    Folksonomies - Cooperative Classification and Communication Through Shared Metadata Adam Mathes Computer Mediated Communication - LIS590CMC Graduate School of Library and Information Science University of Illinois Urbana-Champaign December 2004 Abstract This paper examines user-generated metadata as implemented and applied in two web services designed to share and organize digital me- dia to better understand grassroots classification. Metadata - data about data - allows systems to collocate related information, and helps users find relevant information. The creation of metadata has generally been approached in two ways: professional creation and author creation. In li- braries and other organizations, creating metadata, primarily in the form of catalog records, has traditionally been the domain of dedicated profes- sionals working with complex, detailed rule sets and vocabularies. The primary problem with this approach is scalability and its impracticality for the vast amounts of content being produced and used, especially on the World Wide Web. The apparatus and tools built around professional cataloging systems are generally too complicated for anyone without spe- cialized training and knowledge. A second approach is for metadata to be created by authors. The movement towards creator described docu- ments was heralded by SGML, the WWW, and the Dublin Core Metadata Initiative. There are problems with this approach as well - often due to inadequate or inaccurate description, or outright deception. This paper examines a third approach: user-created metadata, where users of the documents and media create metadata for their own individual use that is also shared throughout a community. 1 The Creation of Metadata: Professionals, Con- tent Creators, Users Metadata is often characterized as “data about data.” Metadata is information, often highly structured, about documents, books, articles, photographs, or other items that is designed to support specific functions.
    [Show full text]
  • Serendipity in Recommender Systems JYVÄSKYLÄ STUDIES in COMPUTING 281
    JYVÄSKYLÄ STUDIES IN COMPUTING 281 Denis Kotkov Serendipity in Recommender Systems JYVÄSKYLÄ STUDIES IN COMPUTING 281 Denis Kotkov Serendipity in Recommender Systems Esitetään Jyväskylän yliopiston informaatioteknologian tiedekunnan suostumuksella julkisesti tarkastettavaksi yliopiston Agora-rakennuksen Alfa-salissa kesäkuun 7. päivänä 2018 kello 12. Academic dissertation to be publicly discussed, by permission of the Faculty of Information Technology of the University of Jyväskylä, in building Agora, Alfa hall, on June 7, 2018 at 12 o’clock noon. UNIVERSITY OF JYVÄSKYLÄ JYVÄSKYLÄ 2018 Serendipity in Recommender Systems JYVÄSKYLÄ STUDIES IN COMPUTING 281 Denis Kotkov Serendipity in Recommender Systems UNIVERSITY OF JYVÄSKYLÄ JYVÄSKYLÄ 2018 Editors Marja-Leena Rantalainen Faculty of Information Technology, University of Jyväskylä Pekka Olsbo, Ville Korkiakangas Publishing Unit, University Library of Jyväskylä Permanent link to this publication: http://urn.fi/URN:ISBN:978-951-39-7438-1 URN:ISBN:978-951-39-7438-1 ISBN 978-951-39-7438-1 (PDF) ISBN 978-951-39-7437-4 (nid.) ISSN 1456-5390 Copyright © 2018, by University of Jyväskylä Jyväskylä University Printing House, Jyväskylä 2018 ABSTRACT Kotkov, Denis Serendipity in Recommender Systems Jyväskylä: University of Jyväskylä, 2018, 72 p. (+included articles) (Jyväskylä Studies in Computing ISSN 1456-5390; 281) ISBN 978-951-39-7437-4 (nid.) ISBN 978-951-39-7438-1 (PDF) Finnish summary Diss. The number of goods and services (such as accommodation or music streaming) offered by e-commerce websites does not allow users to examine all the avail- able options in a reasonable amount of time. Recommender systems are auxiliary systems designed to help users find interesting goods or services (items) on a website when the number of available items is overwhelming.
    [Show full text]
  • Projects on the Move
    LINUXCOVERCOMMUNITY USERSTORY SchlagwortSchlagwortFree Software sollte sollte Projectshier hier stehen stehen Schlagwort sollte hier stehen COVER STORY An up-to-date look at free software and its makers PROJECTS ON THE MOVE Free software covers such a diverse range of utilities, applications, and assorted projects that it is sometimes difficult to find the perfect tool. We pick the best of the bunch. This month we cover blogging – the latest buzz, the latest on the DPL elections, and more trouble at Debian. BY MARTIN LOSCHWITZ he EU is entering the second use, install, and configure. For example, extensible. B2 Evolution also has themes round of the battle over software administrators do not need to create a to allow users to design their own blogs. Tpatents. While supporters have database or waste time trying to set one Like the other solutions, Serendipity successfully had the directive passed by up, as Blosxom uses simple text files. [3] aims for ease of use. Themes and the EU Council of Ministers, opponents Entries can be created in the web inter- skins allow users to modify the blog soft- of patents are increasing the pressure face and uploaded via FTP or WebDAV. ware’s appearance. Version 0.8, which is prior to the second reading. The number Plugins add all kinds of functionality to still under development, even supports of pages warning about the danger of Blosxom. The default package supports Smarty framework [4] templates. software patents continues to grow. And RSS feeding of blog entries, and themes Serendipity can also manage multiple it appears unlikely – although by no give the Blosxom blog a pleasing appear- user accounts.
    [Show full text]
  • Privacy by Design in Big Data an Overview of Privacy Enhancing Technologies in the Era of Big Data Analytics
    Privacy by design in big data An overview of privacy enhancing technologies in the era of big data analytics FINAL 1.0 PUBLIC DECEMBER 2015 www.enisa.europa.eu European Union Agency For Network And Information Security Privacy by design in big data FINAL | 1.0 | Public | December 2015 About ENISA The European Union Agency for Network and Information Security (ENISA) is a centre of network and information security expertise for the EU, its member states, the private sector and Europe’s citizens. ENISA works with these groups to develop advice and recommendations on good practice in information security. It assists EU member states in implementing relevant EU legislation and works to improve the resilience of Europe’s critical information infrastructure and networks. ENISA seeks to enhance existing expertise in EU member states by supporting the development of cross-border communities committed to improving network and information security throughout the EU. More information about ENISA and its work can be found at www.enisa.europa.eu. Authors Giuseppe D' Acquisto (Garante per la protezione dei dati personali), Josep Domingo-Ferrer (Universitat Rovira i Virgili), Panayiotis Kikiras (AGT), Vicenç Torra (University of Skövde), Yves-Alexandre de Montjoye (MIT), Athena Bourka (ENISA) Editors European Union Agency for Network and Information Security ENISA responsible officers: Athena Bourka, Prokopios Drogkaris For contacting the authors please use [email protected]. For media enquiries about this paper, please use [email protected]. Acknowledgements We would like to thank Gwendal Le Grand (CNIL) for his support and advice during the project. Acknowledgements should also be given to Stefan Schiffner (ENISA) for his help and support in producing this document.
    [Show full text]
  • Serendipity and Strategy in Rapid Innovation T
    Serendipity and strategy in rapid innovation T. M. A. Fink∗†, M. Reevesz, R. Palmaz and R. S. Farry yLondon Institute for Mathematical Sciences, Mayfair, London W1K 2XF, UK ∗Centre National de la Recherche Scientifique, Paris, France zBCG Henderson Institute, The Boston Consulting Group, New York, USA Abstract. Innovation is to organizations what evolution is to organ- process. isms: it is how organisations adapt to changes in the environment Serendipity. On the other hand, a serendipitous approach is and improve. Yet despite steady advances in our understanding of seen in firms like Apple, which is notoriously opposed to mak- evolution, what drives innovation remains elusive. On the one hand, ing innovation choices based on incremental consumer demands, organizations invest heavily in systematic strategies to accelerate in- novation. On the other, historical analysis and individual experience and Tesla, which has invested for years in their vision of long- suggest that serendipity plays a significant role in the discovery pro- distance electric cars [13]. In science, many of the most impor- cess. To unify these two perspectives, we analyzed the mathematics of tant discoveries have serendipitous origins, in contrast to their innovation as a search process for viable designs across a universe of published step-by-step write-ups, such as penicillin, heparin, component building blocks. We then tested our insights using histor- X-rays and nitrous oxide [9]. The role of vision and intuition ical data from language, gastronomy and technology. By measuring the number of makeable designs as we acquire more components, tend to be under-reported: a study of 33 major discoveries in we observed that the relative usefulness of different components is biochemistry \in which serendipity played a crucial role" con- not fixed, but cross each other over time.
    [Show full text]
  • Unsuitable 1.0
    Unsuitable 1.0 The World’s First Blog Engine Wri:en in Forth. Problems (July 2009) • Web HosDng Provider Folding in Few Weeks • Using Serendipity with PostgreSQL Database • Need to install new blog, retaining content – Local InstallaDon of Serendipity with MySQL • Sounds simple to migrate! Problems • Local Serendipity Failed to Import from Remote Serendipity Instance – Only first 20 or so arDcles succeeded – No comments were imported Problems • Serendipity Suffers Numerous Page-Rendering Bugs too. – Code lisDngs were always double-spaced. – SomeDmes you needed \ to escape its wiki- inspired format codes, someDmes not. Problems • Decided to try Wordpress. – Themes broken out of the box!! Ouch! – Could not fix them by changing themes. Ouch! – Failed to import comments from Serendipity. Problems • Decided to try Wordpress. – I am not alone: 29 complaints in last 3 months Problems • Decided to try Movable Type – Could not import anything from Serendipity. – ConfiguraDon was a pain. • Intended for large-scale sites with dedicated support personnel. • I had to pay for the theme I wanted. Ouch! Problems • It Becomes Personal! “My crusade in this post is that Forth is empha4cally not the right tool for the job.” – lars_ (reddit.com) Light Bulb! • By this Dme, I had only one day le` of hosDng. I grabbed an SQL dump, intending to import material into whatever blog engine I eventually se:led on. • But then I remembered all those previous arDcles where I said, “I should write my own blog in Forth someday.” It was now or never! Simplificaons • Comments – Not worth the effort to implement! – 99% spam by volume.
    [Show full text]
  • Metatron Documentation Release 0.2.0
    Metatron Documentation Release 0.2.0 The Serendipity Team Nov 11, 2017 Contents 1 Usage 3 1.1 Keeping Metatron up to date.......................................3 2 Commands 5 2.1 Diagnostics................................................5 2.2 User....................................................5 2.3 Cache...................................................6 2.4 Comments................................................6 2.5 Plugins..................................................6 2.6 Metatron configuration..........................................6 2.7 Backup..................................................7 3 Contributing 9 4 Testing 11 5 Credits 13 6 License 15 7 Installation 17 7.1 Install the metatron.phar file....................................... 17 7.2 Install Metatron from source using Composer.............................. 17 7.3 Requirements............................................... 17 8 Indices and tables 19 i ii Metatron Documentation, Release 0.2.0 A command line tool (written in PHP) for developers and admins of Serendipity. Contents: Contents 1 Metatron Documentation, Release 0.2.0 2 Contents CHAPTER 1 Usage Right now, there are only a few commands. Change to your Serendipity root directory and make sure you have read permissions to serendipity_config_local.inc.php. You get a list of all available commands by entering: $ php metatron.phar list If you need help running a command, type: $ php metatron.phar help <command> 1.1 Keeping Metatron up to date As of version 0.1.1, Metatron is able to update itself to the latest version. Just run $ php metatron.phar self-update 3 Metatron Documentation, Release 0.2.0 4 Chapter 1. Usage CHAPTER 2 Commands 2.1 Diagnostics 2.1.1 Serendipity version Prints the current S9y version. $ php metatron.phar diag:version 2.1.2 Information about the current installation Prints basic information about the current S9y installation.
    [Show full text]
  • Weblogs Compendium Home | Contact Blog Tools
    Weblogs Compendium - Blog Tools Weblogs Compendium Home | Contact Blog Tools Sponsored in part by Resources: Blog Hosting Blog-City Blog Tools Adminimizer Toolbar Definitions The easiest tool for updating your Blog with Internet Explorer 6 Directories ashnews Discussion In the news a simple program using PHP/MySQL that allows you to easily add News sources a news/blog system to your site Searching for AvantBlog blogs a very simple interface which will allow you to post to a blog from Text Ads Sites your Palm or WinCE device via AvantGo Templates b2 Webrings A news/blog tool Shorter URLs b2evolution Misc a multi-lingual, multi-user, multi-blog engine. It was developed to provide a free, feature rich, extensible, and easy-to-install RSS Feeds solution for efficient Web publishing of information ranging from RSS History professional news feeds to personal weblogs. b2evo can easily be RSS Readers installed on almost any LAMP (Linux, Apache, MySQL, PHP) host RSS Resources in a matter of minutes RSS Search Blog [email protected] An automatic web log program which allows you to update your site easily without the hassles of HTML editing and having to use Blog Bookshelf a separate program to upload your work. Windows client freeware List your weblog Blog Navigator Search this site makes it easy to read blogs on the Internet. It integrates into Blog links various blog search engines and can automatically determine RSS Compendiumblog feeds from within properly coded websites Add a resource BlogAmp (386) a web audio player for bloggers. Blog-Amp can be positioned on a web page or displayed in a mini pop-up window.
    [Show full text]
  • Download the Full Book
    Foreword “At MozFest, people from across the globe — technologists from Nairobi, educators from Berlin — come together to build a healthier internet. We examine the most pressing issues online, like misinformation and the erosion of privacy. Then we roll up our sleeves to find solutions. In a way, MozFest is just the start: The ideas we bat around and the code we write always evolves into new campaigns and new open-source products.” —Mark Surman My first MozFest was in 2013. I was working with an external agency tasked with producing the festival. My role was to build a frame to support the program and sessions within. I worked with a FOREWORD super involved and dedicated team of Staff, Vendors, and local Volunteers, all of whom had worked on the festival before and helped me find my feet quickly. It was clear that each had a special bond with the festival and would go above and beyond to help deliver the event, which was something you don’t often see. Money was not the sole transactionary piece, but something more: care, friendship, and trust. 1 Over the weekend, I was not fully aware of what was taking place in the Spaces, or the Sessions. Not viewing myself as a “techie”, I supported Michelle Thorne, the Director of the festival at the time, to the best of my ability, but didn’t get too involved in programming. However, over that weekend, I was constantly invited to join conversations, Sessions, and sit with groups deep in talk about a variety of topics completely new to me.
    [Show full text]
  • Folksonomy : a New Way to Serendipity Nicolas Auray
    Folksonomy : a New Way to Serendipity Nicolas Auray To cite this version: Nicolas Auray. Folksonomy : a New Way to Serendipity. Communications & stratégies, Institut de l’audiovisuel et des télécommunications en Europe (IDATE), 2007, pp. 67-91. hal-00531169 HAL Id: hal-00531169 https://hal.archives-ouvertes.fr/hal-00531169 Submitted on 2 Nov 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Folksonomy: the New Way to Serendipity Nicolas AURAY Ecole Nationale Supérieure des Télécommunications, Paris Abstract: Folksonomy expands the collaborative process by allowing contributors to index content. It rests on three powerful properties: the absence of a prior taxonomy, multi- indexation and the absence of thesaurus. It concerns a more exploratory search than an entry in a search engine. Its original relationship-based structure (the three-way relationship between users, content and tags) means that folksonomy allows various modalities of curious explorations: a cultural exploration and a social exploration. The paper has two goals. Firstly, it tries to draw a general picture of the various folksonomy websites. Secundly, since labelling lacks any standardisation, folksonomies are often under threat of invasion by noise. This paper consequently tries to explore the different possible ways of regulating the self-generated indexation process.
    [Show full text]