French ship République française (1802)
The République française was a first-rate 118-gun ship of the line of the French Navy, of the Océan type, designed by Jacques-Noël Sané and built by Pierre Rolland.
1/48 scale model of the Océan class 120-gun ship of the line Commerce de Marseille. On display at Marseille naval museum. | |
History | |
---|---|
Namesake: | French Republic |
Builder: | Pierre Rolland, Rochefort Dyd |
Laid down: | March 1794 |
Launched: | 18 April 1802 |
Completed: | August 1803 |
General characteristics | |
Class and type: | Océan class ship of the line |
Displacement: | 2 700 tonnes |
Length: | 65.18 m (213.8 ft) (196,6 French feet) |
Beam: | 16.24 m (53.3 ft) (50 French feet) |
Draught: | 8.12 m (26.6 ft) (25 French feet) |
Propulsion: | sail, 3 265 m² |
Complement: | 1 079 men |
Armament: |
|
Armour: | Timber |
She was begun at Rochefort in 1794 as the Majesteux, but was given the name République française later that same year. She resumed the name Majestueux in February 1803, prior to being completed in August 1803. She took part in Allemand's expedition of 1805. Scrapped in 1839.
Sources and references
- Roche, Jean-Michel (2005). Dictionnaire des bâtiments de la flotte de guerre française de Colbert à nos jours 1 1671 - 1870. ISBN 978-2-9525917-0-6. OCLC 165892922.
gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.