PageRenderTime 41ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/help/10.10/musicvideophotos/photos-sharing.php

https://github.com/AJenbo/ubuntudanmark.dk
PHP | 220 lines | 216 code | 2 blank | 2 comment | 10 complexity | b8a51f2b9224bbe3f16f952448ff814d MD5 | raw file
  1. <?php
  2. //Include wordpress files
  3. $wp_blog_header_path = '';
  4. if(file_exists($_SERVER['DOCUMENT_ROOT'].'/'.'wp-blog-header.php'))
  5. {
  6. $wp_blog_header_path = $_SERVER['DOCUMENT_ROOT'].'/'.'wp-blog-header.php';
  7. }
  8. else if(file_exists($_SERVER['DOCUMENT_ROOT'].'/'.'wp-blog-header.php'))
  9. {
  10. $wp_blog_header_path = $_SERVER['DOCUMENT_ROOT'].'/'.'wp-blog-header.php';
  11. }
  12. if($wp_blog_header_path != '') {
  13. //Include Wordpress
  14. include($wp_blog_header_path);
  15. header("HTTP/1.0 200 OK");
  16. }
  17. ?>
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="da-DK" xml:lang="da-DK">
  20. <head>
  21. <title>Del dine billeder</title>
  22. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  23. <meta name="theme-color" content="#dd4814" />
  24. <meta name="robots" content="index,follow" />
  25. <link rel="canonical" href="/support/" />
  26. <link rel="stylesheet" type="text/css" href="/wp-content/themes/light-wordpress-theme/style.css" />
  27. <link rel="pingback" href="/xmlrpc.php" />
  28. <link rel="alternate" type="application/rss+xml" title="Ubuntu Danmark » Feed" href="/feed/" />
  29. <link rel="alternate" type="application/rss+xml" title="Ubuntu Danmark » Kommentarfeed" href="/comments/feed/" />
  30. <link rel="stylesheet" type="text/css" media="print" href="/wp-content/themes/light-wordpress-theme/print.css" />
  31. <script async="true" type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  32. <script async="true" type="text/javascript" src="/wp-includes/js/comment-reply.js?ver=20090102"></script>
  33. <script async="true" type="text/javascript" src="/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.1.1"></script>
  34. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />
  35. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml" />
  36. <link rel="index" title="Ubuntu Danmark" href="/" />
  37. <link rel="prev" title="Om Ubuntu" href="/om-ubuntu/" />
  38. <link rel="next" title="Download" href="/download/" />
  39. <link rel="canonical" href="/support/" />
  40. <link rel="shortcut icon" href="/wp-content/themes/light-wordpress-theme/images/favicon.ico" type="image/x-icon" />
  41. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  42. <script async="true" type="text/javascript">
  43. var analyticsFileTypes = ['mp3','pdf','ogg'];
  44. var analyticsEventTracking = 'enabled';
  45. </script>
  46. <script async="true" type="text/javascript">
  47. var _gaq = _gaq || [];
  48. _gaq.push(['_setAccount', 'UA-3824272-1']);
  49. _gaq.push(['_trackPageview']);
  50. (function() {
  51. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  52. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  53. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  54. })();
  55. </script>
  56. <link rel="home" href="index.php" title="Musik, video og fotos" />
  57. <link rel="up" href="photos.php" title="Kapitel 3. Billeder og kameraer" />
  58. <link rel="prev" href="photos-printing.php" title="Udskriv billeder" />
  59. <link rel="next" href="photos-editing.php" title="Rediger og forbedr billeder" />
  60. </head>
  61. <body class="single single-post">
  62. <div id="wrapper" class="hfeed">
  63. <div id="header">
  64. <div id="branding">
  65. <div id="blog-title">
  66. <span>
  67. <a href="/" title="Ubuntu Danmark" rel="home">Ubuntu Danmark</a>
  68. </span>
  69. </div>
  70. <div id="blog-description">Danske brugere</div>
  71. </div>
  72. <div id="access">
  73. <div id="loco-header-menu">
  74. <ul id="primary-header-menu"><?php
  75. ob_start();
  76. dynamic_sidebar('primary-header-menu');
  77. $primary_header_menu = ob_get_clean();
  78. $primary_header_menu = str_replace(' menu-item-635', ' menu-item-635 current-menu-item', $primary_header_menu);
  79. $primary_header_menu = str_replace(' menu-item-636', ' menu-item-636 current-menu-item', $primary_header_menu);
  80. echo($primary_header_menu);
  81. ?></ul>
  82. </div>
  83. </div>
  84. </div>
  85. <div id="secondary-header">
  86. <div id="secondary-access">
  87. <div id="loco-search-form">
  88. <form action="/" method="get" id="searchform">
  89. <div>
  90. <input type="text" tabindex="1" size="32" onblur="if (this.value == '') {this.value = '';}" onfocus="if (this.value == '') {this.value = '';}" value="" name="s" id="s">
  91. <input type="submit" tabindex="2" value="Søg" name="searchsubmit" id="searchsubmit">
  92. </div>
  93. </form>
  94. </div>
  95. <div id="loco-sub-header-menu"></div>
  96. </div>
  97. </div>
  98. <div id="main">
  99. <div id="container">
  100. <div id="content">
  101. <div class="page type-page hentry" style="-moz-border-radius: 5px 5px 5px 5px;">
  102. <h1 class="entry-title">Del dine billeder</h1>
  103. <div class="entry-content">
  104. <div class="sect1" title="Del dine billeder">
  105. <p>Hvis du ønsker at dele din samling af billeder med andre, hvorfor ikke bruge en internettjeneste eller brænde en cd med dine billeder? Ubuntu har massevis af værktøjer, der kan hjælpe dig med at dele dine billeder.</p>
  106. <div class="itemizedlist">
  107. <ul class="itemizedlist" type="disc">
  108. <li class="listitem">
  109. <p>
  110. <a class="xref" href="photos-printing.php" title="Udskriv billeder">Udskriv billeder</a>
  111. </p>
  112. </li>
  113. <li class="listitem">
  114. <p>Del dine billeder over internettet ved brug af en <a class="ulink" href="http://f-spot.org/User_Guide/Share#Post_to_your_Flickr_or_PHP_Gallery" target="_top"> billeddelingstjeneste</a> eller et <a class="ulink" href="http://f-spot.org/User_Guide#website-gallery-folder" target="_top">hjemmesidegalleri</a>.</p>
  115. </li>
  116. <li class="listitem">
  117. <p>Brænd en cd med dine billeder ved hjælp af <a class="xref" href="cdburning.php" title="Kapitel 4. Brænde cd'er og dvd'er">Kapitel 4, <i>Brænde cd'er og dvd'er</i></a></p>
  118. </li>
  119. <li class="listitem">
  120. <p>Præsentér et <a class="xref" href="photos-slideshow.php" title="Se et diasshow af dine billeder">Se et diasshow af dine billeder</a></p>
  121. </li>
  122. <li class="listitem">
  123. <p><a class="ulink" href="http://f-spot.org/User_Guide/Share#Email" target="_top"> E-post-deling</a> af billeder.</p>
  124. </li>
  125. </ul>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. <div class="aside main-aside" id="secondary" style="-moz-border-radius: 5px 5px 5px 5px;">
  133. <ul class="xoxo">
  134. <li class="widgetcontainer widget" id="">
  135. <h3 class="widgettitle">Musik, video og fotos</h3>
  136. <ul>
  137. <li><a href="music.php">1. Musik</a>
  138. <ul>
  139. <li><a href="music-listen.php">Lyt</a>
  140. <ul>
  141. <li><a href="music-listen.php#music-cd-autoplay">Hvordan kan jeg forhindre cd'er fra at blive afspillet, når jeg indsætter dem?</a></li>
  142. <li><a href="music-listen.php#music-missingmetadata">Sangnavne/omslag mangler/er forkerte for nogle sange</a></li>
  143. </ul>
  144. </li>
  145. <li><a href="music-extract.php">Udtrække fra en cd</a></li>
  146. <li><a href="music-burn.php">Kopiér til en cd</a></li>
  147. <li><a href="music-portable.php">Transportable musikafspillere</a>
  148. <ul>
  149. <li><a href="music-portable.php#music-portable-ipod">iPod</a></li>
  150. <li><a href="music-portable.php#music-portable-mtp">MTP-medieafspillere</a></li>
  151. </ul>
  152. </li>
  153. <li><a href="music-convert.php">Konvertering af musikfiler</a></li>
  154. <li><a href="music-podcasts.php">Podcasts og internetradio-stationer</a></li>
  155. <li><a href="music-download.php">Hent musik internettet</a>
  156. <ul>
  157. <li><a href="music-download.php#music-jamendo">Jamendo butikken</a></li>
  158. <li><a href="music-download.php#music-magnatune">Magnatune-butik</a></li>
  159. <li><a href="music-download.php#music-ubuntuone">Ubuntu Ones musikbutik</a></li>
  160. </ul>
  161. </li>
  162. <li><a href="music-recording.php">Optag lyd</a></li>
  163. <li><a href="music-microphone.php">Min mikrofon virker ikke eller er for lav</a></li>
  164. </ul>
  165. </li>
  166. <li><a href="video.php">2. Film, dvd'er og videoer</a>
  167. <ul>
  168. <li><a href="video-dvd.php">Afspilning af dvd'er</a></li>
  169. <li><a href="video-playback.php">Hvordan kan jeg afspille mine videoer?</a>
  170. <ul>
  171. <li><a href="video-playback.php#video-playback-file">Videofiler</a></li>
  172. <li><a href="video-playback.php#video-playback-flash">Flashvideoer</a></li>
  173. <li><a href="video-playback.php#video-playback-streaming">Streaming af video</a></li>
  174. <li><a href="video-playback.php#video-playback-unsupported">Videoer som ellers ikke er understøttet</a></li>
  175. </ul>
  176. </li>
  177. <li><a href="video-realplayer.php">Installering og opsætning af RealPlayer</a></li>
  178. <li><a href="video-editing.php">Optagelse og redigering af video</a></li>
  179. </ul>
  180. </li>
  181. <li><a href="photos.php">3. Billeder og kameraer</a>
  182. <ul>
  183. <li><a href="photos-import.php">Importér fotos fra digitalkamera, harddisk eller hukommelseskort</a></li>
  184. <li><a href="photos-organize.php">Organiser din billedsamling</a></li>
  185. <li><a href="photos-slideshow.php">Se et diasshow af dine billeder</a>
  186. <ul>
  187. <li><a href="photos-slideshow.php#photos-slideshow-screensaver">Indstil et diasshow som din pauseskærm</a></li>
  188. </ul>
  189. </li>
  190. <li><a href="photos-printing.php">Udskriv billeder</a>
  191. <ul>
  192. <li><a href="photos-printing.php#photos-printing-settings">Printeropsætning</a></li>
  193. <li><a href="photos-printing.php#photos-printing-advanced">Avanceret billedudskrivning</a></li>
  194. </ul>
  195. </li>
  196. <li><a href="photos-sharing.php">Del dine billeder</a></li>
  197. <li><a href="photos-editing.php">Rediger og forbedr billeder</a>
  198. <ul>
  199. <li><a href="photos-editing.php#photos-rotating">Roter billeder</a></li>
  200. <li><a href="photos-editing.php#photos-resizing">Juster størrelse billeder</a></li>
  201. </ul>
  202. </li>
  203. </ul>
  204. </li>
  205. <li><a href="cdburning.php">4. Brænde cd'er og dvd'er</a></li>
  206. <li><a href="troubleshooting.php">5. Løsninger almindelige problemer</a></li>
  207. </ul>
  208. </li>
  209. </ul>
  210. </div>
  211. </div>
  212. <div id="footer">
  213. <div id="siteinfo"></div>
  214. </div>
  215. </div>
  216. <script async="true" type="text/javascript" src="/wp-content/themes/light-wordpress-theme/js/ubuntu-loco.js?ver=0.2-light"></script>
  217. </body>
  218. </html>